GNUnet 0.21.0
GNUNET_CRYPTO_SymmetricInitializationVector Struct Reference

IV for sym cipher. More...

#include <gnunet_crypto_lib.h>

Data Fields

unsigned char aes_iv [(256/8)/2]
 
unsigned char twofish_iv [(256/8)/2]
 

Detailed Description

IV for sym cipher.

NOTE: must be smaller (!) in size than the struct GNUNET_HashCode.

Definition at line 498 of file gnunet_crypto_lib.h.

Field Documentation

◆ aes_iv

unsigned char GNUNET_CRYPTO_SymmetricInitializationVector::aes_iv[(256/8)/2]

Definition at line 500 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_symmetric_derive_iv_v(), and setup_cipher_aes().

◆ twofish_iv

unsigned char GNUNET_CRYPTO_SymmetricInitializationVector::twofish_iv[(256/8)/2]

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