Maximum memory and operations now both uint32

This commit is contained in:
Chris Oei 2012-09-02 20:19:20 -07:00
parent d496cad407
commit 162bda494e
3 changed files with 9 additions and 9 deletions

View file

@ -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_ */