Function encode_block
pub fn encode_block(src: &[u8]) -> StringAvailable on crate feature
boring only.Expand description
Encodes a slice of bytes to a base64 string.
§Panics
Panics if the input length or computed output length overflow a signed C integer.
This corresponds to EVP_EncodeBlock.