mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add schemes (#71)
* Move br + cbt to schemes/tfhe * refactor blind rotation * refactor circuit bootstrapping * renamed exec -> prepared
This commit is contained in:
committed by
GitHub
parent
8d9897b88b
commit
c7219c35e9
@@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
members = ["backend", "core", "sampling", "utils"]
|
||||
members = ["backend", "core", "sampling", "utils", "schemes"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
@@ -11,4 +11,4 @@ rand_distr = "0.5.1"
|
||||
itertools = "0.14.0"
|
||||
criterion = "0.7.0"
|
||||
byteorder = "1.5.0"
|
||||
zstd = "0.13.3"
|
||||
zstd = "0.13.3"
|
||||
|
||||
Reference in New Issue
Block a user