You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube d2fc32ac0c add wip version of tensor & relinearization 2 months ago
arithmetic add wip version of tensor & relinearization 2 months ago
bfv add wip version of tensor & relinearization 2 months ago
.gitignore init repo 2 months ago
Cargo.toml add wip version of tensor & relinearization 2 months ago
LICENSE init repo 2 months ago
README.md add wip version of tensor & relinearization 2 months ago
rust-analyzer.toml init repo 2 months ago
rust-toolchain.toml init repo 2 months ago
rustfmt.toml init repo 2 months ago

README.md

fhe-study

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^N+1)$ arithmetic implementations, together with the NTT implementation.