You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module go-circom-prover-verifier
|
|
|
|
go 1.14
|
|
|
|
replace github.com/iden3/go-circom-prover-verifier => ./
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.9.12
|
|
github.com/iden3/go-circom-prover-verifier v0.0.0-00010101000000-000000000000
|
|
github.com/iden3/go-iden3-crypto v0.0.4
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
|
|
)
|