aboutsummaryrefslogtreecommitdiff
path: root/issues/strict-hex-parsing.md
blob: 9155ef11d0e2354cc51656e9a435c73c240808b9 (plain)
1
2
3
4
5
# Strict hex parsing
reported by: rgdd

Our API spec requires use of lower-case hex.  The `encoding/hex` library already
outputs lower-case hex, but it also parses upper-case hex.  Needs to be fixed.