add Ring trait, adapt R & Rq to it; add TR (tuple_ring)

This commit is contained in:
2025-07-09 16:44:39 +02:00
parent 84c54e8edd
commit 17b1e9ed43
8 changed files with 264 additions and 32 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
anyhow = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }
itertools = { workspace = true }
# TMP: the next 4 imports are TMP, to solve systems of linear equations. Used
# for the CKKS encoding step, probably remvoed once in ckks the encoding is done