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 84c54e8edd ckks addition & substraction of ciphertexts 3 months ago
arith add arith::{complex, matrix} primitives 3 months ago
bfv add ckks encrypt & decrypt 3 months ago
ckks ckks addition & substraction of ciphertexts 3 months ago
.gitignore init repo 3 months ago
Cargo.toml implement CKKS encoder & decoder 3 months ago
LICENSE init repo 3 months ago
README.md implement CKKS encoder & decoder 3 months ago
rust-analyzer.toml init repo 3 months ago
rust-toolchain.toml init repo 3 months ago
rustfmt.toml init repo 3 months ago

README.md

fhe-study

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