C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::crypto::symmetric_cipher_info Struct Reference

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.
 

Detailed Description

Information about a symmetric cipher.


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