1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Move half of the Challenge Hash stuff.

This commit is contained in:
Darryl Pogue
2012-02-12 01:19:22 -08:00
parent 1b22f044f0
commit 4a1b36b284
11 changed files with 172 additions and 84 deletions

View File

@ -124,19 +124,6 @@ void CryptCreateRandomSeed (
uint8_t * data
);
void CryptHashPassword (
const wchar_t username[],
const wchar_t password[],
ShaDigest * namePassHash
);
void CryptHashPasswordChallenge (
unsigned clientChallenge,
unsigned serverChallenge,
const ShaDigest & namePassHash,
ShaDigest * challengeHash
);
void CryptCreateFastWeakChallenge (
unsigned * challenge,
unsigned val1,