mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-09 20:56:47 +01:00
21 lines
399 B
TOML
21 lines
399 B
TOML
[package]
|
|
name = "core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
rug = {workspace = true}
|
|
criterion = {workspace = true}
|
|
backend = {path="../backend"}
|
|
sampling = {path="../sampling"}
|
|
rand_distr = {workspace = true}
|
|
itertools = {workspace = true}
|
|
|
|
[[bench]]
|
|
name = "external_product_glwe_fft64"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "keyswitch_glwe_fft64"
|
|
harness = false |