Converts an hexadecimal string to a buffer. The hexadecimal string should not start with '0x' or '0X'. It keeps the bytes in the same order.
The hexadecimal string to convert.
The buffer representation of the hexadecimal string.
Converts an hexadecimal string to a buffer. The hexadecimal string should not start with '0x' or '0X'. It keeps the bytes in the same order.