wickr-crypto-c
Data Fields
wickr_kdf_result Struct Reference

Represents the result of a KDF function execution. More...

#include <kdf.h>

Data Fields

wickr_kdf_meta_tmeta
 
wickr_buffer_thash
 

Detailed Description

Represents the result of a KDF function execution.

Field Documentation

◆ hash

wickr_kdf_result::hash

the output of the KDF function as a buffer of size 'meta->algo.output_size'

◆ meta

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.


The documentation for this struct was generated from the following file: