Namespacified
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <bitset>
|
||||
#include "Config.h"
|
||||
|
||||
#define HALFBLOCK_SIZE (BLOCK_SIZE / 2)
|
||||
|
||||
typedef std::bitset<HALFBLOCK_SIZE> Halfblock;
|
||||
namespace GhettoCipher
|
||||
{
|
||||
constexpr int HALFBLOCK_SIZE = (BLOCK_SIZE / 2);
|
||||
typedef std::bitset<HALFBLOCK_SIZE> Halfblock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user