diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-27 09:33:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-27 09:33:35 +0100 |
commit | 3633a77c067a84347881672329889b666dc38794 (patch) | |
tree | de21ae4fe19311e79ff162196e49e90995829da5 | |
parent | Keccak[] is not defined via its output size, but it is only explicitly defined for Keccak1600, so proportional for rest (diff) | |
download | libkeccak-3633a77c067a84347881672329889b666dc38794.tar.gz libkeccak-3633a77c067a84347881672329889b666dc38794.tar.bz2 libkeccak-3633a77c067a84347881672329889b666dc38794.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libkeccak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak.h b/libkeccak.h index 932c5de..b603cbf 100644 --- a/libkeccak.h +++ b/libkeccak.h @@ -321,7 +321,7 @@ libkeccak_spec_rawshake(struct libkeccak_spec *spec, long int x, long int d) } /** -< * Fill in a `struct libkeccak_spec` for a SHAKEx hashing + * Fill in a `struct libkeccak_spec` for a SHAKEx hashing * * @param spec:struct libkeccak_spec * The specifications datastructure to fill in * @param x:long The value of x in `SHAKEx`, half the capacity |