Functions
fnv_hash.h File Reference
#include <limits.h>
#include <cstdint>
#include <numeric>
Include dependency graph for fnv_hash.h:

Go to the source code of this file.

Functions

template<typename It >
unsigned long long fowler_noll_vo_fingerprint64 (It begin, It end)
 
template<typename It >
uint32_t fowler_noll_vo_fingerprint64_32 (It begin, It end)
 

Function Documentation

◆ fowler_noll_vo_fingerprint64()

template<typename It >
unsigned long long fowler_noll_vo_fingerprint64 ( It  begin,
It  end 
)

◆ fowler_noll_vo_fingerprint64_32()

template<typename It >
uint32_t fowler_noll_vo_fingerprint64_32 ( It  begin,
It  end 
)