]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mqq-sign/mqq160-sign_testkey.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / mqq-sign / mqq160-sign_testkey.h
index cd601d9d249bddc859a6ce3097cbc1c239ee9f62..1c0c573de9918fd9f36d0ca2c87285c4dc95695c 100644 (file)
@@ -1,7 +1,7 @@
 /* mqq160-sign_testkey.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
@@ -35,8 +35,8 @@ quadratic quasigroup of order 2^8 given as 81 uint8_ts
 and one nonsingular matrix SInv given as two arrays
 RP1[] and RP5[] of 160 uint8_ts.
 */
-extern mqq160_sign_key_t testkey_P;
+extern const mqq160_sign_key_t testkey_P;
 
-void mqq_load_pgm_key(void* buffer, mqq160_sign_key_t* key, const mqq160_sign_key_t* key_P);
+void mqq_load_pgm_key(void *buffer, mqq160_sign_key_t *key, const mqq160_sign_key_t *key_P);
 
 #endif /* MQQ160SIGN_TESTKEY_H_ */