Skip to main content

base64_decode

Function base64_decode 

Source
pub fn base64_decode(input: &str) -> Option<Vec<u8>>
Expand description

Decode a base64 string into raw bytes.

Returns None if the input is not valid base64.