X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mqq-sign%2Fmqq160-sign_testkey.h;h=1c0c573de9918fd9f36d0ca2c87285c4dc95695c;hp=cd601d9d249bddc859a6ce3097cbc1c239ee9f62;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=056b130e8185a29017a3f3feb0b7db4e84080b09 diff --git a/mqq-sign/mqq160-sign_testkey.h b/mqq-sign/mqq160-sign_testkey.h index cd601d9..1c0c573 100644 --- a/mqq-sign/mqq160-sign_testkey.h +++ b/mqq-sign/mqq160-sign_testkey.h @@ -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_ */