wickr-crypto-c
Data Fields
wickr_kdf_meta Struct Reference

Represents the information the KDF function will need along with it's input to derive a particular output. More...

#include <kdf.h>

Data Fields

wickr_kdf_algo_t algo
 
wickr_buffer_tsalt
 
wickr_buffer_tinfo
 

Detailed Description

Represents the information the KDF function will need along with it's input to derive a particular output.

Field Documentation

◆ algo

wickr_kdf_meta::algo

serialized algorithm identifier to help define the set of parameters for the KDF as an integer

◆ info

wickr_kdf_meta::info

context information that can be used as part of the KDF function. INFO varies from SALT as it is not intended to be random, and instead holds contextual information. May be NULL if no context information is provided

◆ salt

wickr_kdf_meta::salt

value that should be / was used as an input to the KDF function


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