aboutsummaryrefslogtreecommitdiff
path: root/issues/strict-hex-parsing.md
diff options
context:
space:
mode:
Diffstat (limited to 'issues/strict-hex-parsing.md')
-rw-r--r--issues/strict-hex-parsing.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/issues/strict-hex-parsing.md b/issues/strict-hex-parsing.md
deleted file mode 100644
index 9155ef1..0000000
--- a/issues/strict-hex-parsing.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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.