peerplays-fc/include/fc/super_fast_hash.hpp
2012-09-10 20:15:35 -04:00

11 lines
247 B
C++

#ifndef _FC_SUPER_FAST_HASH_HPP_
#define _FC_SUPER_FAST_HASH_HPP_
namespace fc {
class string;
uint32_t super_fast_hash (const char * data, int len);
uint32_t super_fast_hash (const fc::string& str );
}
#endif // _FC_SUPER_FAST_HASH_HPP_