From f69073bfe9b8566e456c9e1771db9da9ddd7182d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Feb 2013 20:15:30 +0100 Subject: error in java version detected (c is identical) + c implemention other wise complete but not optimised (and misses blksize reading) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- c/sha3.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/sha3.h') diff --git a/c/sha3.h b/c/sha3.h index 8516690..faf94d1 100644 --- a/c/sha3.h +++ b/c/sha3.h @@ -30,6 +30,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 * -- cgit v1.2.3-70-g09d2