Skip to main content

pubky_common/
namespaces.rs

1//! Namespaces using to prepend signed messages to avoid collisions.
2
3/// Namespace used by the Pubky Auth protocol.
4pub const PUBKY_AUTH: &[u8; 10] = b"PUBKY:AUTH";