repo.or.cz
/
craw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CRAW now runs on Windows 7 too - the problem was that Windows 7 has moved some functi...
[craw.git]
/
craw
/
bsha1.hpp
blob
270154686fbee839aec532216c378680322f1028
1
#pragma once
2
3
#include <string>
4
#include <ail/types.hpp>
5
6
std
::
string
bsha1
(
std
::
string
const
&
input
);
7
std
::
string
double_hash
(
ulong client_token
,
ulong server_token
,
std
::
string
const
&
password
);