Remove extraneous scryptenc library and have main call genpass instead
This commit is contained in:
parent
dbe6b6cdc2
commit
2140db3ac8
8 changed files with 29 additions and 1014 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue