mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-23 20:23:54 +01:00
2998f1761cb5b8def50141c191b6f4dffb69bc30
fhe-study
Implementations from scratch done while studying some FHE papers; do not use in production.
arith: contains\mathbb{Z}_q,R_q=\mathbb{Z}_q[X]/(X^N+1)andR=\mathbb{Z}[X]/(X^N+1)arithmetic implementations, together with the NTT implementation.generalized-fhe: contains the structs and logic for RLWE, GLWE, GLev, GGSW, RGSW cryptosystems, which can be used by concrete FHE schemes.bfv: https://eprint.iacr.org/2012/144.pdf scheme implementationckks: https://eprint.iacr.org/2016/421.pdf scheme implementation
Languages
Rust
99.3%
Sage
0.7%