X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal_blake_small.c;h=1d890f650295aa25e65f291811ca7362a03caddd;hb=ca25e57ca6a74d6e26cad823d45fcc4604689fa1;hp=4d6600cec68200e14ca01d591074c3a80cd36b8f;hpb=4e31ebdb0529eeb61efd3fe181b9de1abe6d7f6c;p=avr-crypto-lib.git diff --git a/hfal_blake_small.c b/hfal_blake_small.c index 4d6600c..1d890f6 100644 --- a/hfal_blake_small.c +++ b/hfal_blake_small.c @@ -1,7 +1,7 @@ /* hfal_blake_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) 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 @@ -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