|
digestpp 1.0
C++11 header-only message digest library
|
SHA1 Algorithm More...
Typedefs | |
| typedef hasher< detail::sha1_provider > | digestpp::sha1 |
| SHA-1 hash function. | |
SHA1 Algorithm
| typedef hasher<detail::sha1_provider> digestpp::sha1 |
SHA-1 hash function.
First generation Secure Hash Algorithm designed by the NSA and published by NIST in 1995.
SHA-1 may still be acceptable for legacy system compatibility (when security is not required).