Skip to main content

void_core/collab/
identity.rs

1//! Identity management — re-exported from void-crypto.
2//!
3//! See `void_crypto::identity` for the implementation.
4
5pub use void_crypto::identity::*;