cipher_t Struct Reference

basic struct for using block ciphers contains the cipher interface and the context More...

Detailed Description

basic struct for using block ciphers contains the cipher interface and the context

Definition at line 104 of file ciphers.h.

#include <ciphers.h>

Data Fields

const cipher_interface_tinterface
 BlockCipher-Interface for the Cipher-Algorithms.
 
cipher_context_t context
 The encryption context (buffer) for the algorithm.
 

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