9 lines
151 B
C++
9 lines
151 B
C++
#pragma once
|
|
#include "GCrypt/SecureBitset.h"
|
|
#include "GCrypt/Config.h"
|
|
|
|
namespace Leonetienne::GCrypt {
|
|
typedef SecureBitset<BLOCK_SIZE> Block;
|
|
}
|
|
|