Adding GOSTHash to THashType.

This commit is contained in:
REDMOND\brodes
2025-03-10 09:59:28 -04:00
parent 64241caf1d
commit d99812a10d

View File

@@ -1038,6 +1038,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
newtype THashType =
BLAKE2B() or
BLAKE2S() or
GOSTHash() or
MD2() or
MD4() or
MD5() or