Typo in comment

This commit is contained in:
Leonetienne 2022-05-25 16:51:38 +02:00
parent f7d8093668
commit 1f913b3a54
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -182,7 +182,7 @@ namespace Leonetienne::GCrypt {
template class Basic_Block<std::uint32_t>; template class Basic_Block<std::uint32_t>;
//template class Basic_Block<std::uint16_t>; //template class Basic_Block<std::uint16_t>;
//! This a full-sizes 512-bit block //! This a full-sized 512-bit block
typedef Basic_Block<std::uint32_t> Block; typedef Basic_Block<std::uint32_t> Block;
//! This is a half-block used within the feistel class //! This is a half-block used within the feistel class