Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <Algorithm/Algorithm.hpp>
#include <Core/Core.hpp>
#include <Logger/Logger.hpp>
#include <Utility/SizeUtils.hpp>
#include "Endianness.hpp"
#include <bit>
#include <fstream>
#include <iostream>
#include <sha.h>
Go to the source code of this file.
Classes | |
class | Meta |
struct | Meta::EnigmaFooter |
Encrypted buffer footer. More... | |
struct | Meta::EnigmaCipherChunk |