]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mqq-sign/mqq160-sign_testkey.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / mqq-sign / mqq160-sign_testkey.c
index f7fc011ab28f035d5e09ab09c162e869c8a9d733..5c88839f443b969999590e684b5ff710a63d70b5 100644 (file)
@@ -1,7 +1,7 @@
 /* mqq160-sign_testkey.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2010 Danilo Gligoroski, 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
@@ -85,7 +85,7 @@ const uint8_t rp5[160] PROGMEM = {
 
 const mqq160_sign_key_t testkey_P PROGMEM = {a, cc1, cc2, rp1, rp5 };
 
-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){
        uint8_t *buf_ptr;
        buf_ptr = buffer;
        memcpy_P(key, key_P, sizeof(mqq160_sign_key_t));