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.

14 lines
464 B

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