mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-23 20:23:54 +01:00
2a82a9828562168525e8a54fa377f0f00ecfe0db
add NTT implementation, and use it for the negacyclic poly ring multiplication, more details on the NTT can be found at https://github.com/arnaucube/math/blob/master/notes_ntt.pdf .
fhe-study
Code done while studying some FHE papers.
- arithmetic: contains
\mathbb{Z}_qand\mathbb{Z}_q[X]/(X^N+1)arithmetic implementations, together with the NTT implementation.
Languages
Rust
99.3%
Sage
0.7%