2
0

Add C implementation of Master Password.

This commit is contained in:
Maarten Billemont
2014-05-05 11:16:59 -04:00
parent 989cafda71
commit d43c19a749
7 changed files with 282 additions and 0 deletions

2
MasterPassword/C/build Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
gcc -I"lib/scrypt/lib" -I"lib/scrypt/libcperciva" -I"lib/proplib/include" -l "crypto_aesctr.o" -l "sha256.o" -l "crypto_scrypt-nosse.o" -l "memlimit.o" -l "scryptenc_cpuperf.o" -l"scryptenc.o" -l"crypto" -l"prop" -L"lib/scrypt" -L"lib/proplib/src/.libs" mpw.c -o mpw