add GLWE ciphertext-ciphertext addition, and ciphertext-plaintext addition

This commit is contained in:
2025-07-09 17:52:59 +02:00
parent 2998f1761c
commit 92b6f50ccc
3 changed files with 85 additions and 4 deletions

View File

@@ -5,3 +5,5 @@ Implementations from scratch done while studying some FHE papers; do not use in
- `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 implementation
- `ckks`: https://eprint.iacr.org/2016/421.pdf scheme implementation
`cargo test --release`