pub fn encode(input: impl AsRef<[u8]>) -> String
Encode bytes using standard Base64 with = padding.
=