diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-11 08:39:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-11 08:39:25 +0100 |
commit | 5540ee8e4fd744c8b0323bf96048d24c396444f6 (patch) | |
tree | 39962febf5782a92f5c9dd2d0ca0794cba4b8e88 /c/sha3.h | |
parent | namespace c version (diff) | |
download | sha3sum-5540ee8e4fd744c8b0323bf96048d24c396444f6.tar.gz sha3sum-5540ee8e4fd744c8b0323bf96048d24c396444f6.tar.bz2 sha3sum-5540ee8e4fd744c8b0323bf96048d24c396444f6.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | c/sha3.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |