wickr-crypto-c
|
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_t * | salt |
wickr_buffer_t * | info |
Represents the information the KDF function will need along with it's input to derive a particular output.
wickr_kdf_meta::algo |
serialized algorithm identifier to help define the set of parameters for the KDF as an integer
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
wickr_kdf_meta::salt |
value that should be / was used as an input to the KDF function