ObjFW
Classes | Typedefs | Functions
scrypt.h File Reference
#import "macros.h"
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.

Classes

struct  of_scrypt_parameters_t
 The parameters for of_scrypt. More...
 

Typedefs

typedef struct of_scrypt_parameters_t of_scrypt_parameters_t
 The parameters for of_scrypt.
 

Functions

void of_scrypt (of_scrypt_parameters_t param)
 Derives a key from a password and a salt using scrypt. More...
 

Function Documentation

◆ of_scrypt()

void of_scrypt ( of_scrypt_parameters_t  param)

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

Parameters
paramThe parameters to use