X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-camellia-test.c;fp=test_src%2Fmain-camellia-test.c;h=5e1246b521ab54f3581ed483952375d313c0b58b;hp=39702db4012b67576c41f9f3ac11a22f5f02d22b;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-camellia-test.c b/test_src/main-camellia-test.c index 39702db..5e1246b 100644 --- a/test_src/main-camellia-test.c +++ b/test_src/main-camellia-test.c @@ -29,9 +29,9 @@ #include "bcal-performance.h" #include "bcal-nessie.h" -char* algo_name = "Camellia"; +char *algo_name = "Camellia"; -const bcdesc_t* const algolist[] PROGMEM = { +const bcdesc_t *const algolist[] PROGMEM = { (bcdesc_t*)&camellia128_desc, NULL }; @@ -61,7 +61,7 @@ const uint8_t test_keys[] PROGMEM = { 0xEF, 0xCD, 0xAB, 0x89, 0x67, 0x45, 0x23, 0x01, 0x10, 0x32, 0x54, 0x76, 0x98, 0xBA, 0xDC, 0xFE }; -void hexdump128(void* data){ +void hexdump128(void *data){ uint8_t i; for(i=0; i<16; ++i){ cli_hexdump(data, 1);