Doxygen adjustment, and better directory name for GCryptLib

This commit is contained in:
Leonetienne
2022-05-16 22:19:20 +02:00
parent 243181944e
commit 5ed81cda80
26 changed files with 4 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "SecureBitset.h"
#include <cstdint>
#include "Config.h"
namespace Leonetienne::GCrypt {
constexpr std::size_t HALFBLOCK_SIZE = (BLOCK_SIZE / 2);
typedef SecureBitset<HALFBLOCK_SIZE> Halfblock;
}