Skip to content

KAIST-CryptLab/refined-tfhe-lhe

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

Releases

No releases published

Packages

 
 
 

Contributors