pub fn base32_nopad_encode(bytes: &[u8]) -> String
BASE32 no-pad encoding (RFC 4648). Mirrors the miniapp realtime layer’s codec exactly — the two must agree for topic tags to decode.