Gcryptlib: new brace style, and moved to Leonetienne namespace

This commit is contained in:
Leonetienne
2022-05-16 22:15:34 +02:00
parent c551f5fa64
commit acf9dea387
17 changed files with 917 additions and 901 deletions

View File

@@ -4,7 +4,7 @@
#include <Util.h>
#include <InitializationVector.h>
using namespace GhettoCipher;
using namespace Leonetienne::GCrypt;
void ExampleString() {
std::cout << "Example on how to encrypt & decrypt a string:" << std::endl;