Exact string required
Until now, the library accepted strings with non-HEX characters, meaning that non-HEX characters were ignored. Unfortunately, this led to a performance penalty because a regex had to be evaluated during parsing.
Starting from this release, the library requires exact strings to be provided, so e.g. leading or trailing spaces are not allowed.