peerplays-fc/include/fc/crypto/super_fast_hash.hpp
2013-06-05 15:19:00 -04: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 );
}