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

10
rlwe/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
cargo-features = ["edition2024"]
[package]
name = "rlwe"
version = "0.1.0"
edition = "2024"
[dependencies]
base2k = {path="../base2k"}
rand_distr = {workspace = true}