Doxygen adjustment, and better directory name for GCryptLib

This commit is contained in:
Leonetienne
2022-05-16 22:19:20 +02:00
parent acf9dea387
commit 7c556e5b3d
26 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <string>
namespace Leonetienne::GCrypt {
//! A "bitset" of variable length
typedef std::string Flexblock;
}