[][src]Function ffsend_api::crypto::b64::decode

pub fn decode(input: &str) -> Result<Vec<u8>, DecodeError>

Decode the given string as base64. Standard and URL-safe character sets are both supported, padding is optional.