Better keccac256 (#41)

* Switch to keccac256 implementation from golang.org/x/crypto instead of go-ethereum
This commit is contained in:
Oleksandr Brezhniev
2021-11-19 17:00:10 +02:00
committed by GitHub
parent 9c2ca9ca7c
commit 64e757cc4a
5 changed files with 31 additions and 558 deletions

5
go.mod
View File

@@ -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
)