diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libkeccak/mac/hmac.c | 2 | ||||
-rw-r--r-- | src/libkeccak/mac/hmac.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libkeccak/mac/hmac.c b/src/libkeccak/mac/hmac.c index e5318fd..83f4e3b 100644 --- a/src/libkeccak/mac/hmac.c +++ b/src/libkeccak/mac/hmac.c @@ -43,7 +43,7 @@ void my_explicit_bzero(void* ptr, size_t size) /** - * Change to HMAC-hashing key on the state + * Change the HMAC-hashing key on the state * * @param state The state that should be reset * @param key The new key diff --git a/src/libkeccak/mac/hmac.h b/src/libkeccak/mac/hmac.h index f85bd3b..256c439 100644 --- a/src/libkeccak/mac/hmac.h +++ b/src/libkeccak/mac/hmac.h @@ -88,7 +88,7 @@ typedef struct libkeccak_hmac_state /** - * Change to HMAC-hashing key on the state + * Change the HMAC-hashing key on the state * * @param state The state that should be reset * @param key The new key |