Skip to main content

decode

Function decode 

Source
pub fn decode(encoded: &[u8], output: &mut [u8]) -> Result<usize>
Expand description

Decodes the provided Base64 data into raw binary.

Returns the number of bytes written to output on success, or an error.