mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
16 lines
304 B
TOML
16 lines
304 B
TOML
[package]
|
|
name = "rlwe"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rug = {workspace = true}
|
|
criterion = {workspace = true}
|
|
base2k = {path="../base2k"}
|
|
sampling = {path="../sampling"}
|
|
rand_distr = {workspace = true}
|
|
itertools = {workspace = true}
|
|
|
|
[[bench]]
|
|
name = "gadget_product"
|
|
harness = false |