![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <stdlib.h>#include <stdint.h>#include <string>Go to the source code of this file.
Functions | |
| void | scrypt (const char *pass, unsigned int pLen, const char *salt, unsigned int sLen, char *output, unsigned int N, unsigned int r, unsigned int p, unsigned int dkLen) |
| void scrypt | ( | const char * | pass, |
| unsigned int | pLen, | ||
| const char * | salt, | ||
| unsigned int | sLen, | ||
| char * | output, | ||
| unsigned int | N, | ||
| unsigned int | r, | ||
| unsigned int | p, | ||
| unsigned int | dkLen | ||
| ) |
Definition at line 290 of file scrypt.cpp.