wickr-crypto-c
|
Represents the result of a KDF function execution. More...
#include <kdf.h>
Data Fields | |
wickr_kdf_meta_t * | meta |
wickr_buffer_t * | hash |
Represents the result of a KDF function execution.
wickr_kdf_result::hash |
the output of the KDF function as a buffer of size 'meta->algo.output_size'
wickr_kdf_result::meta |
metadata describing the type of algorithm used, it's parameters, and the salt value that was used to produce the result. See 'wickr_kdf_meta' documentation.