Files
poulpy/core/Cargo.toml
Jean-Philippe Bossuat 9aa4b1f1e2 Dev serialization (#64)
* Added compressed serialization for GLWECiphertext + Ciphertext decompression

* Added compressed serialization for GGLWECiphertext & GLWESwitchingkey

* generalized automorphism test

* Removed ops on scalar_znx, replaced by as_vec_znx/as_vec_znx_mut and then call op on vec_znx

* Added tests for automorphism key encryption

* Added tensorkey compressed

* added ggsw compressed
2025-08-12 17:43:28 +02:00

23 lines
461 B
TOML

[package]
name = "core"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
[dependencies]
rug = {workspace = true}
criterion = {workspace = true}
backend = {path="../backend"}
sampling = {path="../sampling"}
rand_distr = {workspace = true}
itertools = {workspace = true}
byteorder = {workspace = true}
rand_core = {workspace = true}
[[bench]]
name = "external_product_glwe_fft64"
harness = false
[[bench]]
name = "keyswitch_glwe_fft64"
harness = false