ObjFW
Loading...
Searching...
No Matches
OFScrypt.h File Reference
import "macros.h"

Go to the source code of this file.

Classes

struct  OFScryptParameters
 The parameters for OFScrypt. More...
 

Functions

void OFScrypt (OFScryptParameters parameters)
 Derives a key from a password and a salt using scrypt.
 

Function Documentation

◆ OFScrypt()

void OFScrypt ( OFScryptParameters parameters)
extern

Derives a key from a password and a salt using scrypt.

Parameters
parametersThe parameters to use