ObjFW
Classes | Functions
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. More...
 

Function Documentation

◆ OFScrypt()

void OFScrypt ( OFScryptParameters  parameters)

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

Parameters
parametersThe parameters to use