2023-10-05 08:06:07 -04:00
2023-10-01 21:13:50 +09:00
2023-10-05 08:06:07 -04:00
2023-10-05 08:06:07 -04:00
2023-10-01 21:13:50 +09:00
2023-10-01 21:13:50 +09:00
2023-09-25 08:43:29 +02:00
2023-10-01 21:13:50 +09:00

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

Description
No description provided
Readme MIT 420 KiB
Languages
Rust 100%