]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-jh-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-jh-test.c
index f29a6964deac7ecfa3ed243142d028ad3e667536..eebdeef33fb565df93c32bf8b0625fede9bb3c97 100644 (file)
@@ -1,7 +1,7 @@
 /* main-jh-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2006-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
 #include "nessie_hash_test.h"
 #include "performance_test.h"
 
-charalgo_name = "JH";
+char *algo_name = "JH";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&jh224_desc,
        (hfdesc_t*)&jh256_desc,
        (hfdesc_t*)&jh384_desc,