X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=USAGE.hashfunctions;h=1f2256e32572574dcfacb0489a426e4136d42ffd;hb=5c68d38237aa51b91a26309c24e8e38c7fbdffbe;hp=e01738fadbced51eb1ad6097cb904f0b19426c3f;hpb=5ea7340f82f23ba9ccc8fc277623cc3cfff8ad86;p=avr-crypto-lib.git diff --git a/USAGE.hashfunctions b/USAGE.hashfunctions index e01738f..1f2256e 100644 --- a/USAGE.hashfunctions +++ b/USAGE.hashfunctions @@ -55,8 +55,8 @@ email: daniel.otte@rub.de The *_init function generally takes a pointer to the context as parameter. This function initializes the context with algorithm specific values. -3.3. *_nexBlock function - The *nextBlock function is the core of each hash function. It updates the hash +3.3. *_nextBlock function + The *_nextBlock function is the core of each hash function. It updates the hash state with a given message block. So this function uses a context pointer and a message pointer as parameters. The size of a message block is fixed for each hash function (mostly 512 bit). For the last block of a messages which may be