]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mqq-sign/mqq160-sign.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / mqq-sign / mqq160-sign.h
index 6a1d43b5a79a9acdec935f46a524891d8f748487..0881477dfa10f6d3127a0925a21620848440e49d 100644 (file)
@@ -1,7 +1,7 @@
 /* mqq160-sign.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2010 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
@@ -28,6 +28,6 @@ typedef struct{
        const uint8_t *rp5;
 } mqq160_sign_key_t;
 
-void mqq160_sign(void* dest, const void* hash, const mqq160_sign_key_t* key);
+void mqq160_sign(void *dest, const void *hash, const mqq160_sign_key_t *key);
 
 #endif /* MQQ160SIGN_H_ */