Added a FeistelManager to en/decipher arbitrarily long messages using cipher block chaining
This commit is contained in:
5
Flexblock.h
Normal file
5
Flexblock.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
//! A "bitset" of variable length
|
||||
typedef std::string Flexblock;
|
||||
Reference in New Issue
Block a user