diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-27 18:27:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-27 18:27:08 +0100 |
commit | ac2a6719f074fa43d79b31a3994549f2af55efd6 (patch) | |
tree | 5b64a6d135fef440bc48af89d846acf1b7937ebc /libkeccak_spec_check.3 | |
parent | m (diff) | |
download | libkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.gz libkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.bz2 libkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.xz |
Add cSHAKE
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libkeccak_spec_check.3')
-rw-r--r-- | libkeccak_spec_check.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkeccak_spec_check.3 b/libkeccak_spec_check.3 index f7a9c64..3b5c9df 100644 --- a/libkeccak_spec_check.3 +++ b/libkeccak_spec_check.3 @@ -18,6 +18,7 @@ function validates the parameters of so that unusable configurations can be detected. It is recommended to call this function after calling .BR libkeccak_spec_sha3 (3), +.BR libkeccak_spec_cshake (3), .BR libkeccak_spec_rawshake (3), .BR libkeccak_spec_shake (3), or, especially, after settings the parameters @@ -83,6 +84,7 @@ function cannot fail. .fi .SH SEE ALSO .BR libkeccak_spec_sha3 (3), +.BR libkeccak_spec_cshake (3), .BR libkeccak_spec_rawshake (3), .BR libkeccak_spec_shake (3), .BR libkeccak_generalised_spec_initialise (3), |