Skip to main content

void_core/collab/
seed.rs

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::*;