More streamlined naming scheme for digestion method of ghash

This commit is contained in:
Leonetienne
2022-05-26 19:57:14 +02:00
parent f246e3a5ef
commit 75c4b0a0d9
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ namespace Leonetienne::GCrypt {
//! WARNING: If you compute hashes using this digestive method,
//! you REALLY REALLY should add a trailing block just containing the cleartext size!
//! You MOST LIKELY just want to use the wrapper function GHash::CalculateHashsum(Flexblock const&) instead!
void DigestBlock(const Block& data);
void Digest(const Block& data);
//! Will return the current hashsum
const Block& GetHashsum() const;