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