mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
* Move br + cbt to schemes/tfhe * refactor blind rotation * refactor circuit bootstrapping * renamed exec -> prepared
11 lines
204 B
TOML
11 lines
204 B
TOML
[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" |