peerplays-fc/include/fc/super_fast_hash.hpp

10 lines
168 B
C++
Raw Normal View History

2012-12-18 19:37:14 +00:00
#pragma once
#include <fc/string.hpp>
namespace fc {
uint32_t super_fast_hash (const char * data, int len);
uint32_t super_fast_hash (const fc::string& str );
}