iden3 / go-iden3-crypto

Go implementation of some cryptographic primitives (that fit inside the SNARK field) and compatible with circomlib
Apache License 2.0
117 stars 38 forks source link

Better keccac256 #41

Closed OBrezhniev closed 2 years ago

OBrezhniev commented 2 years ago

Switch to keccac256 implementation from golang.org/x/crypto instead of go-ethereum. Fixes dependency bloat.