2024-02-10 20:26:37 +00:00
|
|
|
[package]
|
|
|
|
|
name = "fips205-dudect"
|
2024-10-03 17:24:28 +00:00
|
|
|
version = "0.4.0"
|
2024-02-10 20:26:37 +00:00
|
|
|
authors = ["Eric Schorn <eschorn@integritychain.com>"]
|
|
|
|
|
publish = false
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
fips205 = { path = ".." }
|
|
|
|
|
dudect-bencher = "0.6"
|
2024-10-03 17:24:28 +00:00
|
|
|
rand_core = { version = "0.6.4", default-features = false }
|
2024-02-10 20:26:37 +00:00
|
|
|
|
|
|
|
|
|
2024-10-04 16:02:10 +00:00
|
|
|
[profile.release]
|
|
|
|
|
debug = false
|
2024-02-10 20:26:37 +00:00
|
|
|
debug-assertions = false
|
|
|
|
|
incremental = false
|
|
|
|
|
lto = true
|
|
|
|
|
opt-level = 3
|
2024-10-03 17:24:28 +00:00
|
|
|
overflow-checks = false
|