ed25519-bip32-core 0.1.1

Ed25519 BIP32
Documentation
[package]
name = "ed25519-bip32-core"
version = "0.1.1"
authors = ["Vincent Hanquez <vincent.hanquez@iohk.io>", "Nicolas Di Prima <nicolas.diprima@iohk.io>", "Sora Li<sora@keyst.one>"]
license = "MIT OR Apache-2.0"
edition = "2018"
keywords = [ "ed25519-bip32", "bip32", "ed25519" ]
homepage = "https://github.com/KeystoneHQ/rust-ed25519-bip32"
repository = "https://github.com/KeystoneHQ/rust-ed25519-bip32"
description = "Ed25519 BIP32"
categories = [ "cryptography" ]

[dependencies]
cryptoxide = "0.4"
zeroize = "1.6.0"

[features]
default = ["std"]
std = []
with-bench = []