|
digestpp 1.0
C++11 header-only message digest library
|
Go to the source code of this file.
Namespaces | |
| namespace | digestpp |
| digestpp namespace | |
| namespace | digestpp::static_size |
Typedefs | |
| typedef hasher< detail::blake_provider<>, mixin::blake_mixin > | digestpp::blake |
| BLAKE hash function (SHA-3 finalist) | |
| template<size_t N> | |
| using | digestpp::static_size::blake = hasher<detail::blake_provider<N>, mixin::blake_mixin> |
| BLAKE hash function (static-size version) | |