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.  | |