ObjFW
|
#import "macros.h"
Go to the source code of this file.
Classes | |
struct | of_pbkdf2_parameters_t |
The parameters for of_pbkdf2. More... | |
Typedefs | |
typedef struct of_pbkdf2_parameters_t | of_pbkdf2_parameters_t |
The parameters for of_pbkdf2. | |
Functions | |
void | of_pbkdf2 (of_pbkdf2_parameters_t param) |
Derives a key from a password and a salt using PBKDF2. More... | |
void of_pbkdf2 | ( | of_pbkdf2_parameters_t | param | ) |
Derives a key from a password and a salt using PBKDF2.
HMAC
first, making it possible to reuse the HMAC
, but also meaning all previous results from the HMAC
get invalidated if they have not been copied.param | The parameters to use |