|
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::shake_provider< 128, 24 > > | digestpp::shake128 |
| SHAKE128 extendable output function. | |
| typedef hasher< detail::shake_provider< 256, 24 > > | digestpp::shake256 |
| SHAKE256 extendable output function. | |
| typedef hasher< detail::shake_provider< 128, 24 >, mixin::cshake_mixin > | digestpp::cshake128 |
| cSHAKE128 customizable extendable output function | |
| typedef hasher< detail::shake_provider< 256, 24 >, mixin::cshake_mixin > | digestpp::cshake256 |
| cSHAKE256 customizable extendable output function | |