chore: bump tfhe-ntt version to 0.6.1

This commit is contained in:
Arthur Meyre
2025-09-09 14:29:59 +02:00
parent 2a0dfa5b17
commit f54fbf52ce
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ tfhe-fft = { version = "0.9.0", path = "../tfhe-fft", features = [
"serde",
"fft128",
] }
tfhe-ntt = { version = "0.6.0", path = "../tfhe-ntt" }
tfhe-ntt = { version = "0.6.1", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.11.0", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { workspace = true, features = ["default", "serde"] }