[dependencies.ct-codecs]
optional = true
version = "1.1"
[dependencies.ed25519]
optional = true
version = "1.5"
[dependencies.getrandom]
optional = true
version = "0.2"
[dev-dependencies.ct-codecs]
version = "1.1"
[dev-dependencies.getrandom]
version = "0.2"
[features]
blind-keys = []
default = ["random", "std", "x25519", "pem"]
disable-signatures = []
opt_size = []
pem = ["ct-codecs"]
random = ["getrandom"]
self-verify = []
std = []
traits = ["ed25519"]
x25519 = []
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "cryptography", "no-std", "wasm"]
description = "Small, self-contained, wasm-friendly elliptic curve algorithms for 25519 curve family"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-ed25519-compact"
keywords = ["crypto", "ed25519", "x25519", "eddsa", "signature"]
license = "MIT"
name = "ec25519"
readme = "README.md"
repository = "https://github.com/cyphernet-dao/rust-25519"
version = "0.1.0"