peerplays-fc/include/fc/super_fast_hash.hpp
Daniel Larimer 161ce54cb8 windows port
2012-12-18 14:37:14 -05:00

9 lines
168 B
C++

#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 );
}