Skip to content

LightFHE/FFT-based-circuit-bootstrapping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refined TFHE Leveled Homomorphic Evaluation and Its Application

This is an implementation of 'Refined TFHE Leveled Homomorphic Evaluation and Its Application'.

Contents

We implement:

How to Use

  • bench: cargo bench --bench 'benchmark_name'
    • Current sample size is set to 1000 (except AES benchmark). It can be changed by modifying config = Criterion::default().sample_size(1000);
    • To use AVX512: cargo +nightly bench --bench 'benchamrk_name' --features=nightly-avx512
  • error analysis: check README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 85.4%
  • Sage 14.6%