enricobottazzi / zk-fhe

Zk proving the correct execution of encryption operation under BFV Fully Homomorphic Encryption scheme
MIT License
110 stars 5 forks source link

Run Benchmarks using Real World Parameters #7

Closed enricobottazzi closed 11 months ago

enricobottazzi commented 1 year ago
const N: u64 = 1024;
const Q: u64 = (1 << 29) - 3;
const T: u64 = 65537;
const B: u64 = 18;

Calculate proving time and verifier time and add it to the README

Measure it before and after #5 is applied