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.

23 lines
550 B

  1. [package]
  2. name = "babyjubjub-rs"
  3. version = "0.0.3"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. license = "GPL-3.0"
  7. description = "BabyJubJub elliptic curve implementation"
  8. repository = "https://github.com/arnaucube/babyjubjub-rs"
  9. readme = "README.md"
  10. [dependencies]
  11. num = "0.2.0"
  12. num-bigint = {version = "0.2.2", features = ["rand"]}
  13. num-traits = "0.2.8"
  14. rand = "0.6.5"
  15. blake2 = "0.8"
  16. generic-array = "0.13.2"
  17. tiny-keccak = "1.5"
  18. rustc-hex = "1.0.0"
  19. mimc-rs = "0.0.2"
  20. poseidon-rs = "0.0.1"
  21. arrayref = "0.3.5"
  22. lazy_static = "1.4.0"