mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Distinguish between gglwe_to_ggsw key and tensor_key + update key repreentation
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user