pubky_common/
namespaces.rs

1//! Namespaces using to prepend signed messages to avoid collisions.
2
3/// Pubky Auth namespace as defined at the [spec](https://pubky.github.io/pubky-core/spec/auth.html)
4pub const PUBKY_AUTH: &[u8; 10] = b"PUBKY:AUTH";