mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Fix typo
This commit is contained in:
parent
a75a7d87ff
commit
950785e6df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user