diff options
-rw-r--r-- | c/sha3.c | 2 | ||||
-rw-r--r-- | c/sha3.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -557,7 +557,7 @@ extern void sha3_dispose() } /** - * Absorb the more of the message message to the Keccak sponge + * Absorb the more of the message to the Keccak sponge * * @param msg The partial message * @param msglen The length of the partial message @@ -56,7 +56,7 @@ extern void sha3_dispose(void); /** - * Absorb the more of the message message to the Keccak sponge + * Absorb the more of the message to the Keccak sponge * * @param msg The partial message * @param msglen The length of the partial message |