diff options
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/libkeccak.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/libkeccak.texinfo b/doc/info/libkeccak.texinfo index ccb9308..089f06f 100644 --- a/doc/info/libkeccak.texinfo +++ b/doc/info/libkeccak.texinfo @@ -768,7 +768,7 @@ parameter, rather it returns one. @item libkeccak_hmac_reset @fnindex libkeccak_hmac_reset Resets the sponge and the sets the key, by -calling @code{libkeccak_hmac_set_key}. IT +calling @code{libkeccak_hmac_set_key}. It has three parameters: pointer to the @code{libkeccak_hmac_state_t}, the binary key, and the length of the key. |