pub fn base64_encode(bytestring: &[u8], add_padding: bool) -> Vec<u8>
Expand description

Encode a bytestring into base64 in constant-time.