uint8ToHex should validate that the input is hex
Closed this issue · 0 comments
diracdeltas commented
currently it fails silently and returns null bytes if the input is not actually hex. it should thrown an error. thanks to Taylor Hornby for the report.