Create salt using SHA256 of site name

This commit is contained in:
Chris Oei 2012-09-02 22:08:52 -07:00
parent 87ba1c22e9
commit d8d6735872
3 changed files with 12 additions and 20 deletions

View file

@ -73,7 +73,7 @@
*/
int genpass(uint8_t dk[64],
const uint8_t * passwd, size_t passwdlen,
const uint8_t * passwd, size_t passwdlen, void* site,
uint32_t maxmem, uint32_t megaops);
#endif /* !_GENPASS_H_ */