Files
poulpy/Cargo.toml
Janmajaya Mall 78b6e9544d Updated all crates to edition 2024 and set workspace resolver to "3".
`gen` is reserved keyword in 2024. So modigied `galois_element` function in base2k/src/module.rs for compat
2025-04-28 11:17:16 +05:30

13 lines
235 B
TOML

[workspace]
members = ["base2k", "rlwe", "sampling", "utils"]
resolver = "3"
[workspace.dependencies]
rug = "1.27"
rand = "0.9.1"
rand_chacha = "0.9.0"
rand_core = "0.9.3"
rand_distr = "0.5.1"
itertools = "0.14.0"
criterion = "0.5.1"