Skip to content

Commit

Permalink
missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 14, 2024
1 parent 8c64011 commit 8b237b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b237b4

Please sign in to comment.