info.txt |
|
234 |
keccak.cpp |
|
1346 |
keccak.h |
Keccak[1600], the SHA-3 submission without any final bit padding. Not an official NIST SHA-3-derived hash function.
In the terminology of the official SHA-3 specification [1],
the instantiations of this hash function
(with the output bit size in brackets) are given as
Keccak1600[224](M) = KECCAK[448] (M, 224)
Keccak1600[256](M) = KECCAK[512] (M, 256)
Keccak1600[384](M) = KECCAK[768] (M, 384)
Keccak1600[512](M) = KECCAK[1024] (M, 512)
i.e., as raw Keccak[c] without any additional final bit padding.
[1] https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf#page=28
|
1793 |