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.

23 lines
563 B

8 months ago
  1. [package]
  2. name = "mat-vec-prod-exp"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. ark-ec = "^0.4.0"
  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 } # this is patched at the workspace level
  12. ark-snark = { version = "^0.4.0"}
  13. ark-serialize = "^0.4.0"
  14. thiserror = "1.0"
  15. num-bigint = "0.4"
  16. [dev-dependencies]
  17. ark-pallas = {version="0.4.0", features=["r1cs"]}
  18. ark-vesta = {version="0.4.0", features=["r1cs"]}
  19. rand = "0.8.5"