refactor(tfhe): plug fft backend with new primitives

- uniformize fft caches to avoid serialization problems
This commit is contained in:
Arthur Meyre
2022-11-28 16:37:17 +01:00
committed by jborfila
parent a239b9e386
commit 00bbfd1545
40 changed files with 5791 additions and 154 deletions

View File

@@ -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 = [