Remove extraneous scryptenc library and have main call genpass instead

This commit is contained in:
Chris Oei 2012-09-02 19:22:41 -07:00
parent dbe6b6cdc2
commit 2140db3ac8
8 changed files with 29 additions and 1014 deletions

View file

@ -72,7 +72,7 @@
* 13 error reading input file
*/
int genpass(uint8_t header[96], uint8_t dk[64],
int genpass(uint8_t dk[64],
const uint8_t * passwd, size_t passwdlen,
size_t maxmem, double maxmemfrac, double maxtime);