diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-07 20:15:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-07 20:15:30 +0100 |
commit | f69073bfe9b8566e456c9e1771db9da9ddd7182d (patch) | |
tree | 3e3d320b609b5f60aed0521735326387242d145c /c/sha3.h | |
parent | resolve pedantic warnings (diff) | |
download | sha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.gz sha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.bz2 sha3sum-f69073bfe9b8566e456c9e1771db9da9ddd7182d.tar.xz |
error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'c/sha3.h')
-rw-r--r-- | c/sha3.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,12 @@ extern void initialise(long bitrate, long capacity, long output); /** + * Dispose of the Keccak sponge + */ +extern void dispose(); + + +/** * Absorb the more of the message message to the Keccak sponge * * @param msg The partial message |