Distinguish between gglwe_to_ggsw key and tensor_key + update key repreentation

This commit is contained in:
Pro7ech
2025-10-27 11:28:53 +01:00
parent 41ca5aafcc
commit 8d4c19a304
59 changed files with 2812 additions and 1596 deletions

View File

@@ -7,8 +7,8 @@ poulpy-hal = {path = "poulpy-hal"}
poulpy-core = {path = "poulpy-core"}
poulpy-backend = {path = "poulpy-backend"}
poulpy-schemes = {path = "poulpy-schemes"}
rug = "1.27"
rand = "0.9.1"
rug = "1.28.0"
rand = "0.9.2"
rand_chacha = "0.9.0"
rand_core = "0.9.3"
rand_distr = "0.5.1"
@@ -16,4 +16,5 @@ itertools = "0.14.0"
criterion = "0.7.0"
byteorder = "1.5.0"
zstd = "0.13.3"
once_cell = "1.21.3"
once_cell = "1.21.3"
bytemuck = "1.24.0"