pub fn hex_lower(bytes: &[u8]) -> StringExpand description
Encode a byte slice as lowercase hex, two chars per byte.
Wrapped for portability rather than depending on a third-party hex
crate — the function is 10 lines and the workspace already has its
own multibase stack for anything more structured.