add modulus switching to GLWE ciphertexts (and Zq,Rq)

This commit is contained in:
2025-07-16 18:15:51 +02:00
parent c73ff20931
commit 4a082b9187
8 changed files with 60 additions and 16 deletions

12
gfhe/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "gfhe"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }
itertools = { workspace = true }
arith = { path="../arith" }