salty 0.1.0-alpha.0

Small, sweet, swift Ed25519 signatures for microcontrollers
Documentation
[dependencies.subtle]
default-features = false
version = "2.2"
[dev-dependencies.hex-literal]
version = "0.2.1"

[features]
field-implementation = []
haase = ["field-implementation"]
tweetnacl = ["field-implementation"]

[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
description = "Small, sweet, swift Ed25519 signatures for microcontrollers"
edition = "2018"
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.1.0-alpha.0"
[package.metadata.docs.rs]
features = ["tweetnacl"]