mirror of
https://github.com/enricobottazzi/zk-fhe.git
synced 2026-01-09 13:18:04 -05:00
788db2eba0ab67cf8e4971b7008a16efdac0b021
Added features
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.
LOOKUP_BITS=8 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%