#include "xf_database/hash_murmur3.hpp"
template < int W, int H > void hashMurmur3 ( hls::stream <ap_uint <W>>& key_strm, hls::stream <ap_uint <H>>& hash_strm )
murmur3 algorithm.
Parameters:
W | the bit width of ap_uint type for input message stream. |
H | the bit width of ap_uint type for output hash stream. |
key_strm | the message being hashed. |
hash_strm | the result. |