adapt gfhe to work with Ring trait, so that it can work with Rq & Tn (for TFHE)

This commit is contained in:
2025-07-24 14:26:48 +00:00
committed by arnaucube
parent 4790fdbb3b
commit 87da85a035
10 changed files with 428 additions and 185 deletions

View File

@@ -10,3 +10,4 @@ rand_distr = { workspace = true }
itertools = { workspace = true }
arith = { path="../arith" }
gfhe = { path="../gfhe" }