GNUnet 0.28.0-dev.3-7-g31e20e2e6
 
Loading...
Searching...
No Matches
GNUNET_CRYPTO_KdfInputArgument Struct Reference

As input for variadic HKDF API. More...

#include <gnunet_crypto_lib.h>

Data Fields

const void * data
 
size_t data_length
 

Detailed Description

As input for variadic HKDF API.

See also https://bugs.gnunet.org/view.php?id=10898

Definition at line 1493 of file gnunet_crypto_lib.h.

Field Documentation

◆ data

const void* GNUNET_CRYPTO_KdfInputArgument::data

Definition at line 1497 of file gnunet_crypto_lib.h.

◆ data_length

size_t GNUNET_CRYPTO_KdfInputArgument::data_length

Definition at line 1500 of file gnunet_crypto_lib.h.

Referenced by hkdf_expand_fixed().


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