Convert the string hex which must consist of an even number of
hexadecimal digits to a Uint8Array. The string hex can optionally
start with '0x'
Convert the Uint8Array buffer into a hexadecimal digits string. The string can optionally
be appended with '0x'
Generated using TypeDoc
Checks if 2 Uint8Array are equal. Note: if both first and second are null, then they are considered equal