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

Go to the source code of this file.

Namespaces

namespace  digestpp
 digestpp namespace
 
namespace  digestpp::static_size
 

Typedefs

typedef hasher< detail::lsh_provider< uint32_t > > digestpp::lsh256
 LSH256 hash function.
 
typedef hasher< detail::lsh_provider< uint64_t > > digestpp::lsh512
 LSH512 hash function.
 
template<size_t N>
using digestpp::static_size::lsh256 = hasher<detail::lsh_provider<uint32_t, N>>
 LSH256 hash function (static-size version)
 
template<size_t N>
using digestpp::static_size::lsh512 = hasher<detail::lsh_provider<uint64_t, N>>
 LSH512 hash function (static-size version)