aboutsummaryrefslogtreecommitdiff
path: root/nearby/crypto/crypto_provider/Cargo.toml
blob: bafdfcc0b55451fd32ec4f37d65142136a50c2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "crypto_provider"
version.workspace = true
edition.workspace = true
publish.workspace = true

[lints]
workspace = true

[dependencies]
tinyvec.workspace = true

[dev-dependencies]
criterion.workspace = true
hex-literal.workspace = true
crypto_provider_default = { workspace = true, features = ["std"]}
rand_ext.workspace = true
rand.workspace = true

[features]
default = ["alloc"]
std = []
alloc = []
test_vectors = []
raw_private_key_permit = []

[[bench]]
name = "hmac_bench"
harness = false

[[bench]]
name = "hkdf_bench"
harness = false

[[bench]]
name = "constant_time_eq_bench"
harness = false