More streamlined naming scheme for digestion method of ghash
This commit is contained in:
@@ -11,7 +11,7 @@ using namespace Leonetienne::Eule;
|
||||
|
||||
void HashAndVisualize(const Block& b, const std::string filename) {
|
||||
GHash hasher;
|
||||
hasher.DigestBlock(b);
|
||||
hasher.Digest(b);
|
||||
VisualizeBlock(hasher.GetHashsum(), filename);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user