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.

32 lines
1.4 KiB

6 months ago
6 months ago
  1. [package]
  2. name = "folding-schemes-btc"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. ark-r1cs-std = { git = "https://github.com/arnaucube/ark-r1cs-std-cherry-picked/" }
  8. folding-schemes = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", branch="feature/solidity-decider-verifier" }
  9. solidity-verifiers = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", package="solidity-verifiers", branch="feature/solidity-decider-verifier" }
  10. test-lib = { path = "/Users/pierredm/work/personal/test-lib" }
  11. ark-light-bitcoin-client = { git = "https://github.com/dmpierre/ark-light-bitcoin-client.git" }
  12. ark-ff = "0.4.0"
  13. ark-relations = "0.4.0"
  14. serde_json = "1.0.114"
  15. num-bigint = "0.4.3"
  16. num-traits = "0.2.15"
  17. hex = "0.4.3"
  18. hex-literal = "0.4.1"
  19. ark-bn254 = {version="0.4.0", features=["r1cs"]}
  20. ark-grumpkin = {version="0.4.0", features=["r1cs"]}
  21. ark-std = "0.4.0"
  22. ark-ec = "0.4.0"
  23. ark-crypto-primitives = "0.4.0"
  24. ark-poly-commit = "0.4.0"
  25. ark-groth16 = "0.4.0"
  26. [patch.crates-io]
  27. ark-r1cs-std = { git = "https://github.com/arnaucube/ark-r1cs-std-cherry-picked/" }
  28. ark-bn254 = { git = "https://github.com/arnaucube/ark-curves-cherry-picked", branch="cherry-pick"}
  29. ark-grumpkin = { git = "https://github.com/arnaucube/ark-curves-cherry-picked", branch="cherry-pick"}