// This is free and unencumbered software released into the public domain.
use RangeInclusive;
pub const PUBLIC_KEY_PREFIX: &str = "ⒶY";
pub const PUBLIC_KEY_LEN_MIN: usize = 3 + 1 + 32; // "ⒶY"
pub const PUBLIC_KEY_LEN_MAX: usize = 3 + 1 + 44;
pub const PUBLIC_KEY_LEN: = PUBLIC_KEY_LEN_MIN..=PUBLIC_KEY_LEN_MAX;
pub type Key = cratePublicKey; // TODO: remove in 26.0