|
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::blake2p_provider< uint64_t, detail::blake2_type::hash >, mixin::blake2_mixin > | digestpp::blake2bp |
| BLAKE2bp hash function. | |
| typedef hasher< detail::blake2p_provider< uint32_t, detail::blake2_type::hash >, mixin::blake2_mixin > | digestpp::blake2sp |
| BLAKE2sp hash function. | |
| template<size_t N> | |
| using | digestpp::static_size::blake2bp = hasher<detail::blake2p_provider<uint64_t, detail::blake2_type::hash, N>, mixin::blake2_mixin> |
| BLAKE2bp hash function (static-size version) | |
| template<size_t N> | |
| using | digestpp::static_size::blake2sp = hasher<detail::blake2p_provider<uint32_t, detail::blake2_type::hash, N>, mixin::blake2_mixin> |
| BLAKE2sp hash function (static-size version) | |