Moved git root and added deggl-build environment
This commit is contained in:
8
GhettoCrypt/Flexblock.h
Normal file
8
GhettoCrypt/Flexblock.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
//! A "bitset" of variable length
|
||||
typedef std::string Flexblock;
|
||||
}
|
||||
Reference in New Issue
Block a user