#include "xf_database/hash_lookup3.hpp"
template <int W> void hashLookup3 ( hls::stream <ap_uint <W>>& key_strm, hls::stream <ap_uint <32>>& hash_strm )
lookup3 algorithm, 32-bit hash. II=1 when W<=96, otherwise II=(W/96).
Parameters:
W | the bit width of ap_uint type for input message stream. |
key_strm | the message being hashed. |
hash_strm | the result. |