ObjFW
|
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. | |
|
extern |
Derives a key from a password and a salt using scrypt.
parameters | The parameters to use |