Namespacified

This commit is contained in:
Leonetienne
2021-12-06 02:20:47 +01:00
parent 5bcbe09922
commit 70425d94ef
17 changed files with 407 additions and 373 deletions

View File

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