|
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::sha2_provider< uint64_t > > | digestpp::sha512 |
| SHA-512 hash function. | |
| typedef hasher< detail::sha2_provider< uint64_t, 384 > > | digestpp::sha384 |
| SHA-384 hash function. | |
| typedef hasher< detail::sha2_provider< uint32_t, 256 > > | digestpp::sha256 |
| SHA-256 hash function. | |
| typedef hasher< detail::sha2_provider< uint32_t, 224 > > | digestpp::sha224 |
| SHA-224 hash function. | |
| template<size_t N> | |
| using | digestpp::static_size::sha512 = hasher<detail::sha2_provider<uint64_t, N>> |
| SHA-512 hash function (static-size version) | |