From 8b237b4e83fa4e4f4a7bd8547b5cbc03069b7207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Men=C3=A9ndez?= Date: Thu, 14 Nov 2024 13:32:38 +0100 Subject: [PATCH] missing constant --- hash.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hash.go b/hash.go index 1991c1b..ae498cc 100644 --- a/hash.go +++ b/hash.go @@ -30,6 +30,9 @@ var ( // HashFunctionBlake2b contains the HashBlake2b struct which implements // the HashFunction interface HashFunctionBlake2b HashBlake2b + // HashFunctionMiMC_BLS12_377 contains the HashMiMC_BLS12_377 struct which + // implements the HashFunction interface + HashFunctionMiMC_BLS12_377 HashMiMC_BLS12_377 ) // Once Generics are at Go, this will be updated (August 2021