This commit is contained in:
Jeffrey Walton 2023-09-26 14:13:15 -04:00
parent a75a7d87ff
commit 950785e6df
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -1026,7 +1026,7 @@ public:
virtual unsigned int MinLastBlockSize() const {return 0;}
/// \brief Determines if the last block receives special processing
/// \return true if the last block reveives special processing, false otherwise.
/// \return true if the last block receives special processing, false otherwise.
/// \details Some authenticated encryption modes are not expressed well with
/// MandatoryBlockSize() and MinLastBlockSize(). For example, AES/OCB uses
/// 16-byte blocks (MandatoryBlockSize = 16) and the last block requires special processing