|
digestpp 1.0
C++11 header-only message digest library
|
Go to the source code of this file.
Namespaces | |
| namespace | digestpp |
| digestpp namespace | |
Typedefs | |
| typedef hasher< detail::ascon_provider< detail::ascon_type::hash > > | digestpp::ascon_hash |
| ASCON-HASH (Ascon-Hash) hash function. | |
| typedef hasher< detail::ascon_provider< detail::ascon_type::xof > > | digestpp::ascon_xof |
| ASCON-XOF128 extendable output function. | |
| typedef hasher< detail::ascon_provider< detail::ascon_type::cxof >, mixin::ascon_cxof_mixin > | digestpp::ascon_cxof |
| ASCON-CXOF128 customizable extendable output function. | |