Add schemes (#71)

* Move br + cbt to schemes/tfhe

* refactor blind rotation

* refactor circuit bootstrapping

* renamed exec -> prepared
This commit is contained in:
Jean-Philippe Bossuat
2025-08-15 15:06:26 +02:00
committed by GitHub
parent 8d9897b88b
commit c7219c35e9
130 changed files with 2631 additions and 3270 deletions

11
schemes/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "schemes"
version = "0.1.0"
edition = "2024"
[dependencies]
backend = {path="../backend"}
core = {path="../core"}
sampling = {path="../sampling"}
itertools = "0.14.0"
byteorder = "1.5.0"