]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - USAGE.hashfunctions
+Shabal
[avr-crypto-lib.git] / USAGE.hashfunctions
index 145cbc2f792ebc1f80bf6fdb2d15268e4569f596..1f2256e32572574dcfacb0489a426e4136d42ffd 100644 (file)
@@ -55,7 +55,7 @@ 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
+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