[package] name = "ed25519-bip32-core" version = "0.1.1" authors = ["Vincent Hanquez ", "Nicolas Di Prima ", "Sora Li"] 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 = []