mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore: bring concrete-fft as tfhe-fft in the repo
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user