X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=jh%2Fjh_simple_speed_core.c;h=46a2bfae8d3a080d074badb77a973cabe9f69f05;hb=c26c0ae7602db9d3b2d7baf6ae6fc9639539ad02;hp=55fbefff33011f86c20ab8aa796c654837fd88c2;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;p=avr-crypto-lib.git diff --git a/jh/jh_simple_speed_core.c b/jh/jh_simple_speed_core.c index 55fbeff..46a2bfa 100644 --- a/jh/jh_simple_speed_core.c +++ b/jh/jh_simple_speed_core.c @@ -32,7 +32,7 @@ #endif static -void jh_round(uint8_t* a, uint8_t roundno){ +void jh_round(uint8_t *a, uint8_t roundno){ uint8_t b[128]; uint8_t i,r=0,u,v,x,y; uint8_t *pr; @@ -113,7 +113,7 @@ void degroup(uint8_t *a){ memcpy(a,b,128); } -void jh_encrypt(uint8_t* a){ +void jh_encrypt(uint8_t *a){ uint8_t i; /* grouping */ #if DEBUG