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 a8117140fc implement CKKS encoder & decoder 1 month ago
arith add arith::{complex, matrix} primitives 1 month ago
bfv implement CKKS encoder & decoder 1 month ago
ckks implement CKKS encoder & decoder 1 month ago
.gitignore init repo 2 months ago
Cargo.toml implement CKKS encoder & decoder 1 month ago
LICENSE init repo 2 months ago
README.md implement CKKS encoder & decoder 1 month 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

Implementations from scratch done while studying some FHE papers; do not use in production.