Skip to main content

base32_nopad_encode

Function base32_nopad_encode 

Source
pub fn base32_nopad_encode(bytes: &[u8]) -> String
Expand description

BASE32 no-pad encoding (RFC 4648). Mirrors the miniapp realtime layer’s codec exactly — the two must agree for topic tags to decode.