Create salt using SHA256 of site name
This commit is contained in:
parent
87ba1c22e9
commit
d8d6735872
3 changed files with 12 additions and 20 deletions
|
@ -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_ */
|
||||
|
|
Reference in a new issue