Function openssl::base64::decode_block [−][src]
pub fn decode_block(src: &str) -> Result<Vec<u8>, ErrorStack>
Decodes a base64-encoded string to bytes.
This corresponds to EVP_DecodeBlock
.
Panics
Panics if the input length or computed output length overflow a signed C integer.