From 6bb9561499a64ed6b46aa5783ccd0d219d18a12f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 8 Oct 2015 15:09:12 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libkeccak/mac/hmac.c | 2 +- src/libkeccak/mac/hmac.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2