pub fn encode(input: &[u8]) -> String
Encode arbitrary bytes into a Base44 string. Groups of 2 bytes produce 3 characters; a final single byte produces 2 characters.