mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
refactor(tfhe): plug fft backend with new primitives
- uniformize fft caches to avoid serialization problems
This commit is contained in:
@@ -41,6 +41,8 @@ dyn-stack = { version = "0.8", optional = true }
|
||||
once_cell = "1.13"
|
||||
paste = "1.0.7"
|
||||
fs2 = { version = "0.4.3", optional = true }
|
||||
# While we wait for repeat_n in rust standard library
|
||||
itertools = "0.10.5"
|
||||
|
||||
# wasm deps
|
||||
wasm-bindgen = { version = "0.2.63", features = [
|
||||
|
||||
Reference in New Issue
Block a user