ObjFW
|
#import "macros.h"
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... | |
void of_scrypt | ( | of_scrypt_parameters_t | param | ) |
Derives a key from a password and a salt using scrypt.
param | The parameters to use |