str_base64_to64bytes

Function str_base64_to64bytes 

Source
pub fn str_base64_to64bytes(
    base64_data: &str,
) -> Result<[u8; 64], BaseConversionError>
Expand description

Create an array of 64 bytes from a Base64 string.