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
477 B

  1. [package]
  2. name = "folding-schemes"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. ark-ec = "0.4.2"
  7. ark-ff = "0.4.2"
  8. ark-std = "0.4.0"
  9. ark-poly = "0.4.0"
  10. ark-crypto-primitives = { version = "^0.4.0", default-features = false, features = ["r1cs", "sponge"] }
  11. ark-relations = { version = "^0.4.0", default-features = false }
  12. ark-r1cs-std = { version = "^0.4.0", default-features = false }
  13. thiserror = "1.0"
  14. [dev-dependencies]
  15. ark-bls12-381 = "0.4.0"
  16. [features]
  17. default = []