Converts a hexadecimal string to a bigint. The input is interpreted as hexadecimal with or without a '0x' prefix. It uses big-endian byte order.
The hexadecimal string to convert.
The bigint representation of the hexadecimal string.
Converts a hexadecimal string to a bigint. The input is interpreted as hexadecimal with or without a '0x' prefix. It uses big-endian byte order.