digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
jh.hpp File Reference
#include "../hasher.hpp"
#include "detail/jh_provider.hpp"

Go to the source code of this file.

Namespaces

namespace  digestpp
 digestpp namespace
 
namespace  digestpp::static_size
 

Typedefs

typedef hasher< detail::jh_provider<> > digestpp::jh
 JH hash function.
 
template<size_t N>
using digestpp::static_size::jh = hasher<detail::jh_provider<N>>
 JH hash function (static-size version)