Skip to content

Fix u8_slice_to_hex()

Lambda requested to merge lambda/fix-u8-slice-to-hex into main

For bytes <0x10, this would omit the leading zero.

Merge request reports