Skip to main content

decode_base64

Function decode_base64 

Source
pub fn decode_base64(input: &[u8]) -> Result<Vec<u8>>
Expand description

Decode base64 regions and concatenate their decoded bytes.

§Errors

Returns Error::DecodeConfig if the default rules are invalid. Returns Error::Decode if the GPU decode dispatch fails. Returns Error::Gpu if the GPU device cannot be initialized or a buffer operation fails.