@@ -13,6 +13,8 @@ members = [
1313 " sumcheck" ,
1414 " transcript" ,
1515 " whir" ,
16+ " witness" ,
17+ " p3" ,
1618]
1719resolver = " 2"
1820
@@ -35,13 +37,16 @@ itertools = "0.13"
3537num-bigint = { version = " 0.4.6" }
3638num-derive = " 0.4"
3739num-traits = " 0.2"
38- p3-challenger = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
39- p3-field = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
40- p3-goldilocks = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
41- p3-mds = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
42- p3-poseidon = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
43- p3-poseidon2 = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
44- p3-symmetric = { git = " https://github.com/scroll-tech/plonky3" , rev = " 8d2be81" }
40+ p3-baby-bear = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
41+ p3-challenger = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
42+ p3-field = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
43+ p3-goldilocks = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
44+ p3-matrix = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
45+ p3-maybe-rayon = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
46+ p3-mds = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
47+ p3-poseidon = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
48+ p3-poseidon2 = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
49+ p3-symmetric = { git = " https://github.com/scroll-tech/plonky3" , rev = " 20c3cb9" }
4550paste = " 1"
4651plonky2 = " 0.2"
4752poseidon = { path = " ./poseidon" }
0 commit comments