We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354803a commit fff90bfCopy full SHA for fff90bf
trantor/utils/crypto/botan.cc
@@ -79,7 +79,6 @@ Hash256 blake2b(const void* data, size_t len)
79
Hash256 hash;
80
if (attemptHash("BLAKE2b(256)", hash, data, len))
81
return hash;
82
- auto blake2b = Botan::HashFunction::create("BLAKE2b(256)");
83
84
trantor_blake2b(&hash, sizeof(hash), data, len, NULL, 0);
85
0 commit comments