|
1 | 1 | [workspace.package]
|
2 |
| -version = "1.0.0" |
| 2 | +version = "1.1.1" |
3 | 3 | edition = "2021"
|
4 | 4 | rust-version = "1.83"
|
5 | 5 | authors = ["OpenVM contributors"]
|
@@ -51,35 +51,35 @@ openvm-stark-backend = { path = "crates/stark-backend", default-features = false
|
51 | 51 | openvm-stark-sdk = { path = "crates/stark-sdk", default-features = false }
|
52 | 52 |
|
53 | 53 | # Plonky3
|
54 |
| -p3-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
55 |
| -p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
56 |
| -p3-commit = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
57 |
| -p3-matrix = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
| 54 | +p3-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 55 | +p3-field = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 56 | +p3-commit = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 57 | +p3-matrix = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
58 | 58 | p3-baby-bear = { git = "https://github.com/Plonky3/Plonky3.git", features = [
|
59 | 59 | "nightly-features",
|
60 |
| -], rev = "1ba4e5c" } |
| 60 | +], rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
61 | 61 | p3-koala-bear = { git = "https://github.com/Plonky3/Plonky3.git", features = [
|
62 | 62 | "nightly-features",
|
63 |
| -], rev = "1ba4e5c" } |
64 |
| -p3-util = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
65 |
| -p3-challenger = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
66 |
| -p3-dft = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
67 |
| -p3-fri = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
68 |
| -p3-goldilocks = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
69 |
| -p3-keccak = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
70 |
| -p3-keccak-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
71 |
| -p3-blake3 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
72 |
| -p3-mds = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
73 |
| -p3-merkle-tree = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
74 |
| -p3-monty-31 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
75 |
| -p3-poseidon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
76 |
| -p3-poseidon2 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
77 |
| -p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
78 |
| -p3-uni-stark = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
79 |
| -p3-maybe-rayon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } # the "parallel" feature is NOT on by default to allow single-threaded benchmarking |
| 63 | +], rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 64 | +p3-util = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 65 | +p3-challenger = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 66 | +p3-dft = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 67 | +p3-fri = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 68 | +p3-goldilocks = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 69 | +p3-keccak = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 70 | +p3-keccak-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 71 | +p3-blake3 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 72 | +p3-mds = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 73 | +p3-merkle-tree = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 74 | +p3-monty-31 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 75 | +p3-poseidon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 76 | +p3-poseidon2 = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 77 | +p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 78 | +p3-uni-stark = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
| 79 | +p3-maybe-rayon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } # the "parallel" feature is NOT on by default to allow single-threaded benchmarking |
80 | 80 |
|
81 | 81 | # Bn254 support
|
82 |
| -p3-bn254-fr = { git = "https://github.com/Plonky3/Plonky3.git", rev = "1ba4e5c" } |
| 82 | +p3-bn254-fr = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb" } |
83 | 83 | zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git", rev = "bb476b9" }
|
84 | 84 | ff = { version = "0.13.0", default-features = false }
|
85 | 85 |
|
|
0 commit comments