aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0c500ff8500f96c91d2a85a29e57ec8c2a9e83ff (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
[package]
name = "leona"
version = "0.1.0"
edition = "2024"

[dependencies]
blake2 = "0.11.0-rc.6"
cipher = "0.5.1"
crypto-common = "0.2.1"
digest = { version = "0.11.2", features = ["mac"] }
hybrid-array = { version = "0.4.10", features = ["zerocopy"] }
thiserror = { version = "2.0.18", default-features = false }
typenum = "1.20.0"
zerocopy = "0.8.48"

[dev-dependencies]
aes = "0.9.0"
chacha20 = { version = "0.10.0", features = ["cipher"] }
criterion = "0.8.2"
ctr = "0.10.0"
hmac = "0.13.0"
sha2 = "0.11.0"

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