C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Information about a symmetric cipher. More...
#include <symmetric_cipher_info.hpp>
Public Attributes | |
const void * | id |
The algorithm ID. | |
std::size_t | iv_length |
The length of an initialization vector. | |
std::size_t | key_length |
The length of a key. | |
std::size_t | block_size |
The block size. | |
Information about a symmetric cipher.