PIVX Core  5.6.99
P2P Digital Currency
Functions
scrypt.h File Reference
#include <stdlib.h>
#include <stdint.h>
#include <string>
Include dependency graph for scrypt.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ scrypt()

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.

Here is the call graph for this function:
Here is the caller graph for this function: