Maximum memory and operations now both uint32
This commit is contained in:
parent
d496cad407
commit
162bda494e
3 changed files with 9 additions and 9 deletions
|
@ -74,6 +74,6 @@
|
|||
|
||||
int genpass(uint8_t dk[64],
|
||||
const uint8_t * passwd, size_t passwdlen,
|
||||
size_t maxmem, int megaops);
|
||||
uint32_t maxmem, uint32_t megaops);
|
||||
|
||||
#endif /* !_GENPASS_H_ */
|
||||
|
|
Reference in a new issue