Comment # 16
on bug 9512
from Peter Wu
There is no strong reason why it is not using hex_str_to_bytes. I considered
using it, but then favored to use the from_hex function because it is simpler
and does not convert the hex string "123" to "12 03" (instead, it errors out).
Erroring out (in the debug log, not visually) is maybe too strict though.
Converting it to "12 03" is still not correct ("01 23" is), but perhaps this
kind of errors could be marked in the UI where keys can be inserted?
You are receiving this mail because:
- You are watching all bug changes.