X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cubehash-test.c;fp=test_src%2Fmain-cubehash-test.c;h=0d22e07a2e2632d04f8359999bf04f9ab6e20d17;hp=5014476a7b13931ed6c13a3fe2acb3f5313e52c2;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-cubehash-test.c b/test_src/main-cubehash-test.c index 5014476..0d22e07 100644 --- a/test_src/main-cubehash-test.c +++ b/test_src/main-cubehash-test.c @@ -32,10 +32,10 @@ #include "hfal-performance.h" #include "hfal-test.h" -char* algo_name = "CubeHash"; +char *algo_name = "CubeHash"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&cubehash224_desc, (hfdesc_t*)&cubehash256_desc, (hfdesc_t*)&cubehash384_desc,