Replace -t TIME param with -o mega-operations
This commit is contained in:
parent
63fa3d2a24
commit
8ee6e37953
3 changed files with 11 additions and 18 deletions
|
@ -74,6 +74,6 @@
|
|||
|
||||
int genpass(uint8_t dk[64],
|
||||
const uint8_t * passwd, size_t passwdlen,
|
||||
size_t maxmem, double maxmemfrac, double maxtime);
|
||||
size_t maxmem, double maxmemfrac, int megaops);
|
||||
|
||||
#endif /* !_GENPASS_H_ */
|
||||
|
|
Reference in a new issue