1//! BIP-39 seed derivation — re-exported from void-crypto. 2//! 3//! See `void_crypto::seed` for the implementation. 4 5pub use void_crypto::seed::*;