pub const MAX_KEY_LEN: usize = 64;
Maximum stored key length. Covers an 8-byte ASCII prefix plus a 32-byte Ed25519 pubkey with headroom for shorter prefixes / new namespaces.