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] |
IV for sym cipher.
NOTE: must be smaller (!) in size than the struct GNUNET_HashCode
.
Definition at line 511 of file gnunet_crypto_lib.h.
unsigned char GNUNET_CRYPTO_SymmetricInitializationVector::aes_iv[(256/8)/2] |
Definition at line 513 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_symmetric_derive_iv_v(), and setup_cipher_aes().
unsigned char GNUNET_CRYPTO_SymmetricInitializationVector::twofish_iv[(256/8)/2] |
Definition at line 515 of file gnunet_crypto_lib.h.
Referenced by GNUNET_CRYPTO_symmetric_derive_iv_v(), and setup_cipher_twofish().