Namespacified
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user