libdecaf
|
SHA-3-n and SHAKE-n instances, C++ wrapper. More...
Go to the source code of this file.
Classes | |
class | decaf::KeccakHash |
Hash function derived from Keccak FUTURE: throw ProtocolException when hash is misused by calling update() after output(). More... | |
class | decaf::SHA3< bits > |
Fixed-output-length SHA3. More... | |
class | decaf::SHAKE< bits > |
Variable-output-length SHAKE. More... | |
Namespaces | |
decaf | |
Namespace for all libdecaf C++ objects. | |
SHA-3-n and SHAKE-n instances, C++ wrapper.