aboutsummaryrefslogtreecommitdiffstats
path: root/src/libkeccak/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libkeccak/digest.h')
-rw-r--r--src/libkeccak/digest.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libkeccak/digest.h b/src/libkeccak/digest.h
index 4853631..fcd3d50 100644
--- a/src/libkeccak/digest.h
+++ b/src/libkeccak/digest.h
@@ -73,12 +73,11 @@ void libkeccak_fast_squeeze(libkeccak_state_t* restrict state, long times);
/**
* Squeeze out another digest
*
- * @param state The hashing state
- * @param hashsum Output paramter for the hashsum
- * @return Zero on success, -1 on error
+ * @param state The hashing state
+ * @param hashsum Output paramter for the hashsum
*/
__attribute__((nonnull, nothrow))
-int libkeccak_squeeze(libkeccak_state_t* restrict state, char* restrict hashsum);
+void libkeccak_squeeze(libkeccak_state_t* restrict state, char* restrict hashsum);
#undef