aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-08 15:09:12 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-08 15:09:12 +0200
commit6bb9561499a64ed6b46aa5783ccd0d219d18a12f (patch)
tree7267a7b0db8c2e0829cefbd2a6239c08ec656758
parentadd libkeccak_fast_squeeze.3, libkeccak_simple_squeeze.3, and libkeccak_squeeze.3 (diff)
downloadlibkeccak-6bb9561499a64ed6b46aa5783ccd0d219d18a12f.tar.gz
libkeccak-6bb9561499a64ed6b46aa5783ccd0d219d18a12f.tar.bz2
libkeccak-6bb9561499a64ed6b46aa5783ccd0d219d18a12f.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/libkeccak/mac/hmac.c2
-rw-r--r--src/libkeccak/mac/hmac.h2
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