Function ffsend_api::crypto::b64::encode

source ·
pub fn encode(input: &[u8]) -> String
Expand description

Encode the given byte slice using base64, in an URL-safe manner without padding.