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.

22 lines
702 B

  1. [package]
  2. name = "fri-commitment"
  3. version = "0.1.0"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2021"
  6. license = "GPL-3.0"
  7. repository = "https://github.com/arnaucube/fri-commitment"
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. ark-std = "0.4.0"
  11. ark-ff = "0.4.0"
  12. ark-poly = "0.4.0"
  13. ark-serialize = { version = "0.4.0", default-features = false, features = [ "derive" ] }
  14. rand = { version = "0.8", features = [ "std", "std_rng" ] }
  15. sha3 = "0.10.6"
  16. merlin = { version = "3.0.0" }
  17. [dev-dependencies]
  18. ark-bn254 = { version = "0.4.0", default-features = false }
  19. ark-ed-on-bn254 = { version = "0.4.0", default-features = true }