added spqlios as submodule

This commit is contained in:
Jean-Philippe Bossuat
2025-01-27 14:10:59 +01:00
parent 250d1a4942
commit c30f598776
244 changed files with 51 additions and 29899 deletions

35
rns/Cargo.toml Normal file
View File

@@ -0,0 +1,35 @@
[package]
name = "math"
version = "0.1.0"
edition = "2021"
[dependencies]
num = "0.4.3"
primality-test = "0.3.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
num-integer ="0.1.46"
prime_factorization = "1.0.5"
itertools = "0.14.0"
criterion = "0.5.1"
rand_distr = "0.4.3"
sprs = "0.11.2"
sampling = { path = "../sampling" }
utils = { path = "../utils" }
[[bench]]
name = "ntt"
harness = false
[[bench]]
name = "operations"
harness = false
[[bench]]
name = "ring_rns"
harness = false
[[bench]]
name = "sampling"
harness = false