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.

24 lines
614 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. [package]
  2. name = "nova-snark"
  3. version = "0.4.0"
  4. authors = ["Srinath Setty <srinath@microsoft.com>"]
  5. edition = "2018"
  6. description = "Recursive zkSNARKs without trusted setup"
  7. documentation = "https://docs.rs/nova-snark/"
  8. readme = "README.md"
  9. repository = "https://github.com/Microsoft/Nova"
  10. license-file = "LICENSE"
  11. keywords = ["zkSNARKs", "cryptography", "proofs"]
  12. [dependencies]
  13. bellperson = "0.19.0"
  14. ff = "0.11.0"
  15. merlin = "2.0.0"
  16. rand = "0.8.4"
  17. digest = "0.8.1"
  18. sha3 = "0.8.2"
  19. rayon = "1.3.0"
  20. rand_core = { version = "0.5", default-features = false }
  21. itertools = "0.9.0"
  22. subtle = "2.4"
  23. pasta_curves = "0.3.0"