Skip to main content

void_core/collab/
pin.rs

1//! PIN-based identity key encryption — re-exported from void-crypto.
2//!
3//! See `void_crypto::pin` for the implementation.
4
5pub use void_crypto::pin::*;