mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed scrypt() call and pbp pk export signature
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "mem.h"
|
||||
#include "defines.h"
|
||||
|
||||
unsigned char * pcp_scrypt(char *passwd, size_t passwdlen, unsigned char *nonce);
|
||||
unsigned char * pcp_scrypt(char *passwd, size_t passwdlen, unsigned char *nonce, size_t noncelen);
|
||||
|
||||
#endif // _HAVE_PCP_SCRYPT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user