Skip to main content

encode

Function encode 

Source
pub fn encode<T: AsRef<[u8]>>(input: T) -> String
Expand description

One-shot encode from bytes to a base64-encoded string using a constant-time implementation.