basic struct for using block ciphers contains the cipher interface and the context More...
basic struct for using block ciphers contains the cipher interface and the context
#include <ciphers.h>
Data Fields | |
const cipher_interface_t * | interface |
BlockCipher-Interface for the Cipher-Algorithms. | |
cipher_context_t | context |
The encryption context (buffer) for the algorithm. | |
cipher_context_t cipher_t::context |
const cipher_interface_t* cipher_t::interface |