2
0

Memory fixes & handle masterPassword verification, masterKey site algorithm scoping, etc.

This commit is contained in:
Maarten Billemont
2017-07-22 23:45:54 -04:00
parent 37c0d323d9
commit 16004f2ffe
5 changed files with 239 additions and 106 deletions

View File

@@ -58,7 +58,7 @@ int main(int argc, char *const argv[]) {
struct timeval startTime;
unsigned int iterations;
float percent;
const uint8_t *masterKey;
MPMasterKey masterKey;
// Start HMAC-SHA-256
// Similar to phase-two of mpw