//! Solana HD wallet derivation for Kobe.
//!
//! Derives Solana addresses from a [`kobe_primitives::Wallet`] seed using SLIP-10 Ed25519.
//! Supports Phantom/Backpack, Trust Wallet, and Ledger Live derivation styles.
extern crate alloc;
pub use ;
pub use ;
pub use DeriveError;
/// Convenient Result alias.
pub type Result<T> = Result;