mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Update documentation
This commit is contained in:
parent
e048dcf0c0
commit
1cf770628d
@ -266,8 +266,8 @@ public:
|
||||
void IsolatedInitialize(const NameValuePairs ¶meters)
|
||||
{CRYPTOPP_UNUSED(parameters); ResetMeter();}
|
||||
|
||||
/// \brief Number of bytes in the messages
|
||||
/// \return GetCurrentMessageBytes() returns the number of bytes in the messages
|
||||
/// \brief Number of bytes in the current message
|
||||
/// \return GetCurrentMessageBytes() returns the number of bytes in the current message
|
||||
lword GetCurrentMessageBytes() const {return m_currentMessageBytes;}
|
||||
|
||||
/// \brief Number of bytes processed by the filter
|
||||
|
Loading…
Reference in New Issue
Block a user