pub fn encode(input: impl AsRef<[u8]>) -> String
Encode bytes to a lowercase hex string.
Equivalent to hex::encode().
hex::encode()