chore: bump fft algos

This commit is contained in:
dante
2024-08-18 20:50:10 -04:00
parent 31a1681ca4
commit 2cec49dfc3
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2230,7 +2230,7 @@ dependencies = [
[[package]]
name = "halo2_proofs"
version = "0.3.0"
source = "git+https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#38abade26078496aa4d8738b967b0e7fa5d9505c?branch=ac/cache-lookup-commitments#38abade26078496aa4d8738b967b0e7fa5d9505c"
source = "git+https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#e3c012e408129d479f1ad327bab42b96999d867b?branch=ac/cache-lookup-commitments#e3c012e408129d479f1ad327bab42b96999d867b"
dependencies = [
"bincode",
"blake2b_simd",

View File

@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
mimalloc = "0.1"
halo2_gadgets = { git = "https://github.com/zkonduit/halo2", branch = "ac/optional-selector-poly" }
halo2_proofs = { git = "https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#38abade26078496aa4d8738b967b0e7fa5d9505c", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }
halo2_proofs = { git = "https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#e3c012e408129d479f1ad327bab42b96999d867b", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }
halo2curves = { git = "https://github.com/privacy-scaling-explorations/halo2curves", rev = "b753a832e92d5c86c5c997327a9cf9de86a18851", features = [
"derive_serde",
] }
@@ -206,7 +206,7 @@ no-banner = []
icicle = { git = "https://github.com/ingonyama-zk/icicle?rev=45b00fb", package = "icicle", branch = "fix/vhnat/ezkl-build-fix" }
[patch.'https://github.com/zkonduit/halo2']
halo2_proofs = { git = "https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#38abade26078496aa4d8738b967b0e7fa5d9505c", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }
halo2_proofs = { git = "https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#e3c012e408129d479f1ad327bab42b96999d867b", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }
[profile.release]
rustflags = ["-C", "relocation-model=pic"]