Fabcoin Core
0.16.2
P2P Digital Currency
|
Classes for Keccak message digests. More...
Go to the source code of this file.
Classes | |
class | Keccak |
Keccak message digest base class. More... | |
class | Keccak_Final< T_DigestSize > |
Typedefs | |
typedef Keccak_Final< 28 > | Keccak_224 |
typedef Keccak_Final< 32 > | Keccak_256 |
typedef Keccak_Final< 48 > | Keccak_384 |
typedef Keccak_Final< 64 > | Keccak_512 |
Classes for Keccak message digests.
The Crypto++ Keccak implementation uses F1600 with XOF d=0x01. FIPS 202 conformance (XOF d=0x06) is available in SHA3 classes.
Keccak will likely change in the future to accommodate extensibility of the round function and the XOF functions.
Definition in file keccak.h.
typedef Keccak_Final<28> Keccak_224 |
typedef Keccak_Final<32> Keccak_256 |
typedef Keccak_Final<48> Keccak_384 |
typedef Keccak_Final<64> Keccak_512 |