From 50791b59bd81d95852e22149b0f6c5bcafd318da Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 7 Jan 2025 12:08:45 +0100 Subject: [PATCH] chore: bump ntt to 0.4.0 --- tfhe-ntt/Cargo.toml | 2 +- tfhe/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfhe-ntt/Cargo.toml b/tfhe-ntt/Cargo.toml index ba30f562e9..83da92aa0b 100644 --- a/tfhe-ntt/Cargo.toml +++ b/tfhe-ntt/Cargo.toml @@ -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" diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index e417bef6b2..b5b23876c7 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -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"] }