mirror of
https://github.com/enricobottazzi/zk-fhe.git
synced 2026-01-09 05:08:04 -05:00
110e54f98e7fdfd7911b4f5f2fc9a9753b5e0b3e
* feat: add `poly_utils` and `poly_operations` * fix: `poly_operations` * feat: added `bfv` example compatible with halo2 scaffold * feat: add `bfv.rs` circuit * chore: add instructions to `bfv` circuit * chore: add further instructions * chore: update guidance * chore: fix guidance * fix: degree of `e1` * feat: add input data * chore: remove `poly_utils.rs` and ark dependencies * feat: update `bfv` example
zk-fhe
Zk proving the correct execution of encryption operation under BFV Fully Homomorphic Encryption scheme
Implementation based on Revisiting Homomorphic Encryption Schemes for Finite Fields
The application is not production ready and is only meant to be used for educational purposes.
cargo run --example bfv -- --name bfv -k 14 mock
The input data is located in the data folder. This file can be generated using rlwe-py
Languages
Rust
100%