Converts a hex string to a Uint8Array.
The hex string to be converted to a Uint8Array. If the string starts with '0x', it will be removed before conversion.
The Uint8Array representation of the hex string.
Converts a hex string to a Uint8Array.