|
|
@ -10,8 +10,8 @@ edition = "2021" |
|
|
|
anyhow = { version = "1.0.40", default-features = false } |
|
|
|
itertools = { version = "0.10.0", default-features = false } |
|
|
|
num = { version = "0.4", default-features = false } |
|
|
|
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2" } |
|
|
|
plonky2 = { git = "https://github.com/0xPARC/plonky2" } |
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
rand = { version = "0.8.4", default-features = false, features = ["getrandom"] } |
|
|
|
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2" } |
|
|
|
plonky2 = { git = "https://github.com/0xPARC/plonky2" } |