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.

62 lines
918 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [workspace]
  2. members = [
  3. "curve-benches",
  4. "curve-constraint-tests",
  5. "bls12_377",
  6. "ed_on_bls12_377",
  7. "bw6_761",
  8. "ed_on_bw6_761",
  9. "cp6_782",
  10. "ed_on_cp6_782",
  11. "bls12_381",
  12. "ed_on_bls12_381",
  13. "bn254",
  14. "ed_on_bn254",
  15. "mnt4_298",
  16. "mnt6_298",
  17. "ed_on_mnt4_298",
  18. "mnt4_753",
  19. "mnt6_753",
  20. "ed_on_mnt4_753",
  21. "pallas",
  22. "vesta",
  23. ]
  24. [patch.'https://github.com/arkworks-rs/algebra']
  25. ark-ff = { path = '../algebra/ff' }
  26. ark-ec = { path = '../algebra/ec' }
  27. ark-serialize = { path = '../algebra/serialize' }
  28. [profile.release]
  29. opt-level = 3
  30. lto = "thin"
  31. incremental = true
  32. panic = 'abort'
  33. [profile.bench]
  34. opt-level = 3
  35. debug = false
  36. rpath = false
  37. lto = "thin"
  38. incremental = true
  39. debug-assertions = false
  40. [profile.dev]
  41. opt-level = 0
  42. panic = 'abort'
  43. [profile.test]
  44. opt-level = 3
  45. lto = "thin"
  46. incremental = true
  47. debug-assertions = true
  48. debug = true