mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update comments
This commit is contained in:
parent
d4975aa608
commit
e0b1ab6629
@ -1219,7 +1219,7 @@ public:
|
||||
/// \brief Computes the hash of the current message
|
||||
/// \param digest a pointer to the buffer to receive the hash
|
||||
/// \param digestSize the size of the truncated digest, in bytes
|
||||
/// \details TruncatedFinal() call Final() and then copies digestSize bytes to digest.
|
||||
/// \details TruncatedFinal() calls Final() and then copies digestSize bytes to digest.
|
||||
/// The hash is restarted the hash for the next message.
|
||||
/// \pre <tt>COUNTOF(digest) <= DigestSize()</tt> or <tt>COUNTOF(digest) <= HASH::DIGESTSIZE</tt> ensures
|
||||
/// the output byte buffer is a valid size.
|
||||
|
@ -79,7 +79,7 @@ public:
|
||||
/// \brief Computes the hash of the current message
|
||||
/// \param digest a pointer to the buffer to receive the hash
|
||||
/// \param digestSize the size of the truncated digest, in bytes
|
||||
/// \details TruncatedFinal() call Final() and then copies digestSize bytes to digest.
|
||||
/// \details TruncatedFinal() calls Final() and then copies digestSize bytes to digest.
|
||||
/// The hash is restarted the hash for the next message.
|
||||
void TruncatedFinal(byte *digest, size_t digestSize);
|
||||
|
||||
|
2
tiger.h
2
tiger.h
@ -48,7 +48,7 @@ public:
|
||||
/// \brief Computes the hash of the current message
|
||||
/// \param digest a pointer to the buffer to receive the hash
|
||||
/// \param digestSize the size of the truncated digest, in bytes
|
||||
/// \details TruncatedFinal() call Final() and then copies digestSize bytes to digest.
|
||||
/// \details TruncatedFinal() calls Final() and then copies digestSize bytes to digest.
|
||||
/// The hash is restarted the hash for the next message.
|
||||
void TruncatedFinal(byte *digest, size_t digestSize);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user