X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal_blake_small.c;h=f63cea553d2fa5a3b60c99b7bac5fa4884dba211;hb=2deab9197b8d9d74c01156777b250746c36fba07;hp=4d6600cec68200e14ca01d591074c3a80cd36b8f;hpb=4e31ebdb0529eeb61efd3fe181b9de1abe6d7f6c;p=avr-crypto-lib.git diff --git a/hfal_blake_small.c b/hfal_blake_small.c index 4d6600c..f63cea5 100644 --- a/hfal_blake_small.c +++ b/hfal_blake_small.c @@ -42,8 +42,8 @@ const hfdesc_t blake28_desc PROGMEM = { BLAKE28_BLOCKSIZE, 224, (hf_init_fpt)blake28_init, - (hf_nextBlock_fpt)blake28_nextBlock, - (hf_lastBlock_fpt)blake28_lastBlock, + (hf_nextBlock_fpt)blake_small_nextBlock, + (hf_lastBlock_fpt)blake_small_lastBlock, (hf_ctx2hash_fpt)blake28_ctx2hash, (hf_free_fpt)NULL, (hf_mem_fpt)blake28 @@ -57,8 +57,8 @@ const hfdesc_t blake32_desc PROGMEM = { BLAKE32_BLOCKSIZE, 256, (hf_init_fpt)blake32_init, - (hf_nextBlock_fpt)blake32_nextBlock, - (hf_lastBlock_fpt)blake32_lastBlock, + (hf_nextBlock_fpt)blake_small_nextBlock, + (hf_lastBlock_fpt)blake_small_lastBlock, (hf_ctx2hash_fpt)blake32_ctx2hash, (hf_free_fpt)NULL, (hf_mem_fpt)blake32