Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Meta::EnigmaCipherChunk Struct Reference

#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
 

Detailed Description

Definition at line 57 of file Meta.hpp.

Member Function Documentation

◆ sizeInBytes()

size_type Meta::EnigmaCipherChunk::sizeInBytes ( ) const
noexcept

◆ toBytes()

std::vector<byte> Meta::EnigmaCipherChunk::toBytes ( ) const

Member Data Documentation

◆ cipher

std::vector<byte> Meta::EnigmaCipherChunk::cipher

Definition at line 59 of file Meta.hpp.

◆ extra

std::vector<byte> Meta::EnigmaCipherChunk::extra

Definition at line 60 of file Meta.hpp.

◆ magic

magic_t Meta::EnigmaCipherChunk::magic = ENIGMA_CIPHER_CHUNK_MAGIC

Definition at line 58 of file Meta.hpp.


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