[[bench]]
name = "chacha20poly1305"
path = "benches/chacha20poly1305.rs"
[[bench]]
name = "ed25519"
path = "benches/ed25519.rs"
[[bench]]
name = "hkdf"
path = "benches/hkdf.rs"
[[bench]]
name = "hmac"
path = "benches/hmac.rs"
[[bench]]
name = "pbkdf2"
path = "benches/pbkdf2.rs"
[[bench]]
name = "sha256"
path = "benches/sha256.rs"
[[bench]]
name = "sha512"
path = "benches/sha512.rs"
[[bench]]
name = "sss"
path = "benches/sss.rs"
[[bench]]
harness = false
name = "stedy"
path = "benches/stedy.rs"
[[bench]]
name = "x25519"
path = "benches/x25519.rs"
[dev-dependencies.criterion]
version = "0.7.0"
[lib]
name = "stedy"
path = "src/lib.rs"
[package]
authors = ["Christoffer Carlsson <cc@christoffercarlsson.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easy-to-use primitives for modern cryptographic protocols"
edition = "2021"
keywords = ["cryptography", "primitives", "encryption", "signatures", "hashing"]
license = "Unlicense"
name = "stedy"
readme = "README.md"
repository = "https://github.com/christoffercarlsson/stedy"
version = "1.0.0-beta.4"