mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
polish, tensor & mul with relinearization works for some parameters choice
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# fhe-study
|
||||
Implementations from scratch done while studying some FHE papers.
|
||||
|
||||
- arithmetic: contains $\mathbb{Z}_q$, $R_q=\mathbb{Z}_q[X]/(X^N+1)$ and $R=\mathbb{Z}[X]/(X^N+1)$ arithmetic implementations, together with the NTT implementation.
|
||||
- bfv: https://eprint.iacr.org/2012/144.pdf scheme implementation
|
||||
- `arith`: contains $\mathbb{Z}_q$, $R_q=\mathbb{Z}_q[X]/(X^N+1)$ and $R=\mathbb{Z}[X]/(X^N+1)$ arithmetic implementations, together with the NTT implementation.
|
||||
- `bfv`: https://eprint.iacr.org/2012/144.pdf scheme implementation
|
||||
|
||||
Reference in New Issue
Block a user