Skip to content

Zk proving the correct execution of encryption operation under BFV Fully Homomorphic Encryption scheme

License

Notifications You must be signed in to change notification settings

yuriko627/zk-fhe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 test vector file can be generated using bfv-py

Chips

  • check_poly_from_distribution_chi_error - Enforces polynomial to be sampled from the chi distribution \
  • check_poly_from_distribution_chi_key - Enforces polynomial to be sampled from the chi key
  • poly_add - Enforces polynomial addition
  • poly_mul_equal_deg - Enforces polynomial multiplication between polynomials of equal degree
  • poly_mul_diff_deg - Enforces polynomial multiplication between polynomials of different degree
  • poly_scalar_mul - Enforces scalar multiplication of a polynomial
  • poly_reduce - Enforces reduction of polynomial coefficients by a modulus
  • poly_divide_by_cyclo - Enforces the reduction of a polynomial by a cyclotomic polynomial

About

Zk proving the correct execution of encryption operation under BFV Fully Homomorphic Encryption scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages