@@ -11,6 +11,7 @@ members = [
1111 " crates/leanSnark" ,
1212 " crates/leanVm" ,
1313 " crates/leanLookup" ,
14+ " crates/utils" ,
1415]
1516resolver = " 3"
1617
@@ -42,22 +43,34 @@ lean-isa = { path = "crates/leanIsa" }
4243lean-snark = { path = " crates/leanSnark" }
4344lean-vm = { path = " crates/leanVm" }
4445lean-lookup = { path = " crates/leanLookup" }
46+ utils = { path = " crates/utils" }
4547
46- p3-field = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
47- p3-symmetric = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
48- p3-baby-bear = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
49- p3-koala-bear = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
50- p3-air = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
51- p3-matrix = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
52- p3-poseidon2 = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
53- p3-poseidon2-air = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 5ebf8e4" }
54-
55- whir-p3 = { git = " https://github.com/tcoratger/whir-p3.git" , rev = " df2241d" }
56-
48+ rand = " 0.9.2"
49+ sha3 = " 0.10.8"
50+ rayon = " 1.5.1"
51+ serde = { version = " 1.0.219" , features = [" derive" ] }
52+ derive_more = { version = " 2.0.1" , features = [" full" ] }
53+ pest = " 2.7"
54+ pest_derive = " 2.7"
55+ tracing = " 0.1.26"
5756thiserror = " 2.0"
5857proptest = " 1.7"
5958num-traits = " 0.2"
60- rand = " 0.9"
61- rayon = " 1.11"
62- pest = " 2.8"
63- pest_derive = " 2.8"
59+ tracing-subscriber = { version = " 0.3.19" , features = [" std" , " env-filter" ] }
60+ tracing-forest = { version = " 0.1.6" , features = [" ansi" , " smallvec" ] }
61+ p3-koala-bear = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
62+ p3-baby-bear = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
63+ p3-field = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
64+ p3-poseidon2 = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
65+ p3-matrix = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
66+ p3-blake3 = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
67+ p3-symmetric = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
68+ p3-air = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
69+ p3-uni-stark = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
70+ p3-poseidon2-air = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
71+ p3-goldilocks = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
72+ p3-challenger = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
73+ p3-util = { git = " https://github.com/TomWambsgans/Plonky3.git" , branch = " w" }
74+
75+ whir-p3 = { git = " https://github.com/TomWambsgans/whir-p3" , branch = " w" }
76+ hashsig = { git = " https://github.com/TomWambsgans/hash-sig" , branch = " w" }
0 commit comments