@@ -43,6 +43,7 @@ either = { version = "1.15.*", features = ["serde"] }
4343generic-array = { version = " 1.1.0" , features = [" alloc" , " serde" ] }
4444itertools = " 0.13"
4545num = " 0.4.3"
46+ p3-air = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
4647p3-baby-bear = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
4748p3-challenger = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
4849p3-commit = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
@@ -54,8 +55,10 @@ p3-matrix = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085
5455p3-maybe-rayon = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
5556p3-mds = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
5657p3-merkle-tree = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
58+ p3-monty-31 = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
5759p3-poseidon = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
5860p3-poseidon2 = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
61+ p3-poseidon2-air = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
5962p3-symmetric = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
6063p3-util = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
6164rand = " 0.8"
@@ -64,7 +67,7 @@ rand_core = "0.6"
6467rayon = " 1.10"
6568serde = { version = " 1.0" , features = [" derive" , " rc" ] }
6669serde_json = " 1.0"
67- thiserror = " 1" # do we need this?
70+ thiserror = " 1" # do we need this?
6871tracing = { version = " 0.1" , features = [" attributes" ] }
6972tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
7073
0 commit comments