Expand description
§ed25519-dalek-xkeypair
BIP32 implementation for ed25519-dalek key pairs.
Re-exports§
pub extern crate derivation_path;pub extern crate ed25519_dalek;pub use types::consts;pub use types::ExtPrefix;
Modules§
Structs§
- Dalek
Keypair - An ed25519 keypair.
- Derivation
Path - A list of ChildIndex items
- Extended
Keypair - simply represented by
extended secret key - Public
Key - An ed25519 public key.
- Secret
Key - An EdDSA secret key.