Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.59 KB

File metadata and controls

26 lines (23 loc) · 1.59 KB

Patching and Extending the WWL+ Circuit Bootstrapping Method to FFT Domains

This is an implementation of 'Patching and Extending the WWL+ Circuit Bootstrapping Method to FFT Domains'.

Contents

We implement:

How to use

  • tests: cargo test --release --test 'test_name'
  • bench: cargo bench --bench 'benchmark_name'
    • Current sample size is set to 1000. It can be changed by modifying config = Criterion::default().sample_size(1000);
  • error analysis: sage err_analysis.sage