pub fn encode<T: AsRef<[u8]>>(input: T) -> String
One-shot encode from bytes to a hex-encoded string using a constant-time implementation.