m2.cryptaffinity/src/lib/cryptaffinity_proto.hh

15 lines
289 B
C++

#ifndef _CRYPTAFFINITY_PROTO_HH
#define _CRYPTAFFINITY_PROTO_HH
#include "math_tools.hh"
#include "alphabet.hh"
#include "text.hh"
#include "key.hh"
#include "key_vigenere.hh"
#include "freq_analyser.hh"
#include "codec.hh"
#include "codec_vigenere.hh"
#include "codec_affine.hh"
#endif