[spqlios]: rlwe encryption example

This commit is contained in:
Jean-Philippe Bossuat
2025-01-27 10:35:21 +01:00
parent 06e4e58b2d
commit 72e0e38827
10 changed files with 658 additions and 122 deletions

View File

@@ -4,8 +4,16 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
rand_core = "0.6.4"
itertools = "0.14.0"
criterion = "0.5.1"
rand_distr = "0.4.3"
sampling = { path = "../sampling" }
[build-dependencies]
bindgen = "0.71.1"
[[bench]]
name = "fft"
harness = false