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.

14 lines
389 B

5 months ago
  1. [package]
  2. name = "r1cs-interpolate-poly-test"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. [dev-dependencies]
  7. ark-ff = "^0.4.0"
  8. ark-poly = "^0.4.0"
  9. ark-std = "^0.4.0"
  10. ark-relations = { version = "^0.4.0", default-features = false }
  11. ark-r1cs-std = { version = "0.4.0", default-features = false }
  12. ark-bls12-381 = { version = "0.4.0", features = ["curve"], default-features = false }