ed25519-compact 0.1.3

A small, self-contained, wasm-friendly Ed25519 implementation
Documentation
[dependencies.getrandom]
optional = true
version = "0.1"
[dev-dependencies.getrandom]
version = "0.1"

[features]
default = ["random", "std"]
random = ["getrandom"]
self-verify = []
std = []

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography", "no-std", "wasm"]
description = "A small, self-contained, wasm-friendly Ed25519 implementation"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-ed25519-compact"
keywords = ["crypto", "ed25519", "eddsa", "signature"]
license = "ISC"
name = "ed25519-compact"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-ed25519-compact"
version = "0.1.3"