Added a FeistelManager to en/decipher arbitrarily long messages using cipher block chaining

This commit is contained in:
Leonetienne
2021-12-06 00:39:58 +01:00
parent 61a74f89a5
commit 4855869e54
8 changed files with 202 additions and 10 deletions

5
Flexblock.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <vector>
//! A "bitset" of variable length
typedef std::string Flexblock;