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.

25 lines
1014 B

4 years ago
4 years ago
  1. [package]
  2. name = "ark-ed-on-bw6-761"
  3. version = "0.1.0"
  4. authors = [ "arkworks contributors" ]
  5. description = "A Twisted Edwards curve defined over the scalar field of the BW6-761 curve"
  6. homepage = "https://arworks.rs"
  7. repository = "https://github.com/arkworks/algebra"
  8. documentation = "https://docs.rs/ark-ed-on-bw6-761/"
  9. keywords = ["cryptography", "finite fields", "elliptic curves" ]
  10. categories = ["cryptography"]
  11. include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
  12. license = "MIT/Apache-2.0"
  13. edition = "2018"
  14. [dependencies]
  15. ark-ed-on-cp6-782 = { path = "../ed_on_cp6_782", default-features = false }
  16. [dev-dependencies]
  17. ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features = false }
  18. ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std", default-features = false }
  19. ark-ff = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
  20. [features]
  21. default = []
  22. std = [ "ark-ed-on-cp6-782/std" ]
  23. r1cs = [ "ark-ed-on-cp6-782/r1cs" ]