various API uniformization

This commit is contained in:
Jean-Philippe Bossuat
2025-01-28 15:00:43 +01:00
parent 1ac719ce7e
commit 6fcd5c743d
19 changed files with 438 additions and 84 deletions

9
Cargo.lock generated
View File

@@ -721,6 +721,14 @@ version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "rlwe"
version = "0.1.0"
dependencies = [
"base2k",
"rand_distr",
]
[[package]]
name = "rns"
version = "0.1.0"
@@ -766,6 +774,7 @@ version = "0.1.0"
dependencies = [
"rand_chacha",
"rand_core",
"rand_distr",
]
[[package]]