chore: bring concrete-fft as tfhe-fft in the repo

This commit is contained in:
Arthur Meyre
2024-11-08 18:08:40 +01:00
parent 9fbd96f016
commit 6a161fef0a
67 changed files with 19908 additions and 56 deletions

View File

@@ -19,7 +19,7 @@ ark-poly = { version = "0.5.0", features = ["parallel"] }
rand = "0.8.5"
rayon = "1.8.0"
sha3 = "0.10.8"
serde = { version = "~1.0", features = ["derive"] }
serde = { workspace = true, features = ["default", "derive"] }
zeroize = "1.7.0"
num-bigint = "0.4.5"
tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }