|
|
module github.com/iden3/go-iden3-crypto
go 1.16
require ( github.com/dchest/blake512 v1.0.0 github.com/stretchr/testify v1.7.0 golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect github.com/davecgh/go-spew v1.1.0 // indirect github.com/leanovate/gopter v0.2.9 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )
|