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
Filthy newline drama?
[craw.git]
/
craw
/
d2_cdkey.hpp
blob
4245457409f774ce37d073ccdc69828391102c6b
1
#pragma once
2
3
#include <string>
4
#include <ail/types.hpp>
5
6
bool
hash_d2key
(
std
::
string
const
&
cdkey
,
ulong client_token
,
ulong server_token
,
std
::
string
&
output
,
std
::
string
&
public_value
);