|
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::k12m14_provider< 128, detail::kangaroo_type::k12 >, mixin::k12m14_mixin > | digestpp::k12 |
| KangarooTwelve (K12) extendable output function. | |
| typedef k12 | digestpp::kt128 |
| KT128 - alias for KangarooTwelve. | |
| typedef hasher< detail::k12m14_provider< 256, detail::kangaroo_type::m14 >, mixin::k12m14_mixin > | digestpp::m14 |
| MarsupilamiFourteen (M14) extendable output function. | |
| typedef hasher< detail::k12m14_provider< 256, detail::kangaroo_type::k12 >, mixin::k12m14_mixin > | digestpp::kt256 |
| KT256 extendable output function. | |