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

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