Remove fraction of total memory as a command line opt
This commit is contained in:
parent
de5e211d56
commit
d496cad407
6 changed files with 15 additions and 387 deletions
|
@ -74,6 +74,6 @@
|
|||
|
||||
int genpass(uint8_t dk[64],
|
||||
const uint8_t * passwd, size_t passwdlen,
|
||||
size_t maxmem, double maxmemfrac, int megaops);
|
||||
size_t maxmem, int megaops);
|
||||
|
||||
#endif /* !_GENPASS_H_ */
|
||||
|
|
Reference in a new issue