28 lines
714 B
TOML

[package]
name = "ed25519-keyblind"
version = "0.42.0"
edition = "2024"
rust-version = "1.89"
license = "MIT OR Apache-2.0"
description = "Ed25519 signatures wth key blinding"
keywords = ["tor", "cryptography", "ed25519"]
categories = ["cryptography"]
[dependencies]
curve25519-dalek = "5.0.0-pre.6"
digest = "0.11"
ed25519-dalek = { version = "3.0.0-pre.7", features = ["batch", "hazmat"] }
rand_core = "0.10"
serde = "1.0.103"
sha2 = "0.11"
signature = "3"
thiserror = "2"
x25519-dalek = { version = "3.0.0-pre.6", features = ["static_secrets"] }
zeroize = "1.5"
[dev-dependencies]
hex = "0.4"
hex-literal = "1.0"
tor-llcrypto = { version = "0.42.0", features = ["cvt-x25519", "hsv3-client", "hsv3-service"]}