Doxygen adjustment, and better directory name for GCryptLib
This commit is contained in:
8
GCryptLib/include/Block.h
Normal file
8
GCryptLib/include/Block.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "SecureBitset.h"
|
||||
#include "Config.h"
|
||||
|
||||
namespace Leonetienne::GCrypt {
|
||||
typedef SecureBitset<BLOCK_SIZE> Block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user