]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mugi/mugi.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / mugi / mugi.h
index 809b9fdea4aa4c85fcacf8a064940c8551c30f78..553d6b4ed105d4390872ded6176b2a3df70ff182 100644 (file)
@@ -1,7 +1,7 @@
 /* mugi.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -34,8 +34,8 @@ typedef struct{
        uint64_t b[16];
 }mugi_ctx_t; /* 152 bytes in total */
 
-void mugi_init(const void* key, const void* iv, mugi_ctx_t* ctx);
-uint64_t mugi_gen(mugi_ctx_tctx);
+void mugi_init(const void *key, const void *iv, mugi_ctx_t *ctx);
+uint64_t mugi_gen(mugi_ctx_t *ctx);
 
 
 #endif /* MUGI_H_ */