mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
various API uniformization
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user