add wip version of tensor & relinearization

This commit is contained in:
2025-06-22 15:51:20 +02:00
parent f3a368ab6a
commit d2fc32ac0c
10 changed files with 1145 additions and 469 deletions

View File

@@ -1,4 +1,4 @@
# fhe-study
Code done while studying some FHE papers.
Code done while studying some FHE papers, with the idea of doing implementations from scratch.
- arithmetic: contains $\mathbb{Z}_q$ and $\mathbb{Z}_q[X]/(X^N+1)$ arithmetic implementations, together with the NTT implementation.