chore: bump ntt to 0.4.0

This commit is contained in:
Arthur Meyre
2025-01-07 12:08:45 +01:00
parent aa12c75312
commit 54c2f4d14d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-ntt"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "tfhe-ntt is a pure Rust high performance number theoretic transform library."
readme = "README.md"

View File

@@ -61,7 +61,7 @@ tfhe-fft = { version = "0.7.0", path = "../tfhe-fft", features = [
"serde",
"fft128",
] }
tfhe-ntt = { version = "0.3.0", path = "../tfhe-ntt" }
tfhe-ntt = { version = "0.4.0", path = "../tfhe-ntt" }
pulp = { workspace = true, features = ["default"] }
tfhe-cuda-backend = { version = "0.7.0", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { workspace = true, features = ["default", "serde"] }