salty 0.2.0-alpha.2

Small, sweet, swift Ed25519 signatures for microcontrollers
Documentation
[dependencies.cosey]
optional = true
version = "0.3.0"

[dependencies.subtle]
default-features = false
version = "2.4.0"

[dependencies.zeroize]
default-features = false
version = "1.2.0"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.hex-literal]
version = "0.2.1"

[features]
cose = ["cosey"]
slow-motion = []

[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
description = "Small, sweet, swift Ed25519 signatures for microcontrollers"
edition = "2018"
homepage = "https://salty.rs"
keywords = ["no-std", "NaCl", "Ed25519", "cryptography", "signatures"]
license = "Apache-2.0 OR MIT"
name = "salty"
readme = "README.md"
repository = "https://github.com/nickray/salty"
version = "0.2.0-alpha.2"