|
1 month ago | |
---|---|---|
arith | 1 month ago | |
bfv | 1 month ago | |
ckks | 1 month ago | |
.gitignore | 1 month ago | |
Cargo.toml | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
rust-analyzer.toml | 1 month ago | |
rust-toolchain.toml | 1 month ago | |
rustfmt.toml | 1 month ago |
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^N+1)$ and $R=\mathbb{Z}/(X^N+1)$ arithmetic implementations, together with the NTT implementation.bfv
: https://eprint.iacr.org/2012/144.pdf scheme implementationckks
: https://eprint.iacr.org/2016/421.pdf scheme implementation