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.

20 lines
449 B

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