digestpp
1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
algorithm
sha1.hpp
Go to the documentation of this file.
1
/*
2
This code is written by kerukuro and released into public domain.
3
*/
4
5
#ifndef DIGESTPP_ALGORITHM_SHA1_HPP
6
#define DIGESTPP_ALGORITHM_SHA1_HPP
7
8
#include "
../hasher.hpp
"
9
#include "
detail/sha1_provider.hpp
"
10
11
namespace
digestpp
12
{
13
49
typedef
hasher<detail::sha1_provider>
sha1
;
50
51
// End of SHA1 group
52
53
}
// namespace digestpp
54
55
#endif
digestpp::hasher
Main class template implementing the public API for hashing.
Definition
hasher.hpp:38
digestpp::sha1
hasher< detail::sha1_provider > sha1
SHA-1 hash function.
Definition
sha1.hpp:49
hasher.hpp
digestpp
digestpp namespace
Definition
ascon.hpp:14
sha1_provider.hpp
Generated by
1.12.0