CRAW now runs on Windows 7 too - the problem was that Windows 7 has moved some functi...
[craw.git] / craw / bsha1.hpp
blob270154686fbee839aec532216c378680322f1028
1 #pragma once
3 #include <string>
4 #include <ail/types.hpp>
6 std::string bsha1(std::string const & input);
7 std::string double_hash(ulong client_token, ulong server_token, std::string const & password);