GCryptLib: Fix include paths

This commit is contained in:
Leonetienne
2022-05-16 22:35:28 +02:00
parent 9432325b4a
commit 7fe9dcc6dc
16 changed files with 483 additions and 455 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "Keyset.h"
#include "Block.h"
#include "Halfblock.h"
#include "GCrypt/Keyset.h"
#include "GCrypt/Block.h"
#include "GCrypt/Halfblock.h"
namespace Leonetienne::GCrypt {
/** Class to perform a feistel block chipher