![]() |
Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
|
#include <Meta.hpp>
Public Member Functions | |
size_type | sizeInBytes () const noexcept |
std::vector< byte > | toBytes () const |
Public Attributes | |
magic_t | magic = ENIGMA_CIPHER_CHUNK_MAGIC |
std::vector< byte > | cipher |
std::vector< byte > | extra |
|
noexcept |
std::vector< byte > Meta::EnigmaCipherChunk::toBytes | ( | ) | const |
magic_t Meta::EnigmaCipherChunk::magic = ENIGMA_CIPHER_CHUNK_MAGIC |