Skip to content

Commit

Permalink
Better keccac256 (#41)
Browse files Browse the repository at this point in the history
* Switch to keccac256 implementation from golang.org/x/crypto instead of go-ethereum
  • Loading branch information
OBrezhniev authored Nov 19, 2021
1 parent 9c2ca9c commit 64e757c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 558 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module github.com/iden3/go-iden3-crypto

go 1.14
go 1.16

require (
github.com/dchest/blake512 v1.0.0
github.com/ethereum/go-ethereum v1.10.8
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
)
Loading

0 comments on commit 64e757c

Please sign in to comment.