Function decode_block
pub fn decode_block(src: &str) -> Result<Vec<u8>, ErrorStack>Available on (crate features
rustls or boring or acme) and crate feature boring only.Expand description
Decodes a base64-encoded string to bytes.
ยงPanics
Panics if the input length or computed output length overflow a signed C integer.
This corresponds to EVP_DecodeBlock.