]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-cubehash-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-cubehash-test.c
index 5014476a7b13931ed6c13a3fe2acb3f5313e52c2..18ba3006c30ecf4953daf3c6f6c17805885e0230 100644 (file)
@@ -1,7 +1,7 @@
 /* main-cubehash-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  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 "hfal-performance.h"
 #include "hfal-test.h"
 
-charalgo_name = "CubeHash";
+char *algo_name = "CubeHash";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&cubehash224_desc,
        (hfdesc_t*)&cubehash256_desc,
        (hfdesc_t*)&cubehash384_desc,