From 1f913b3a542a8db0a852f40b7a24ddbde4b9b81d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 25 May 2022 16:51:38 +0200 Subject: [PATCH] Typo in comment --- GCryptLib/include/GCrypt/Block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCryptLib/include/GCrypt/Block.h b/GCryptLib/include/GCrypt/Block.h index e87d337..36d856f 100644 --- a/GCryptLib/include/GCrypt/Block.h +++ b/GCryptLib/include/GCrypt/Block.h @@ -182,7 +182,7 @@ namespace Leonetienne::GCrypt { template class Basic_Block; //template class Basic_Block; - //! This a full-sizes 512-bit block + //! This a full-sized 512-bit block typedef Basic_Block Block; //! This is a half-block used within the feistel class