Create a BitBlob from an hexadecimal string representation
String representation of the binary data in base 16. The hexadecimal prefix (0x) is optional. Can be upper or lower case.
If hexstr_without_prefix.length != (typeof(this).sizeof * 2).
See Implementation
Create a BitBlob from an hexadecimal string representation