xeddsa 1.0.2

Implementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al
Documentation
[dependencies.curve25519-dalek]
optional = true
version = "4.1.1"

[dependencies.derive_more]
default-features = false
features = ["display", "error"]
version = "0.99.17"

[dependencies.ed25519]
version = "2.2.3"

[dependencies.ed25519-dalek]
version = "2.0.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.sha2]
version = "0.10.8"

[dependencies.x25519-dalek]
features = ["static_secrets"]
optional = true
version = "2.0.0"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.6.0"

[features]
default = ["xed25519"]
xed25519 = ["dep:curve25519-dalek", "dep:x25519-dalek"]

[package]
authors = ["Dominik George <nik@naturalnet.de>"]
categories = ["cryptography"]
description = "Implementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al"
edition = "2021"
keywords = ["cryptography", "ed25519", "ecc", "signature", "eddsa"]
license = "Apache-2.0"
name = "xeddsa"
readme = "README.md"
repository = "https://codeberg.org/SpotNuts/xeddsa"
version = "1.0.2"