Converts a Uint8Array to a 128-bit bigint. The Uint8Array is expected to be in little-endian format. Each byte is represented by 8 bits, and the total length is 16 bytes (128 bits).
The Uint8Array value to convert.
bigint - The resulting 128-bit bigint.
Converts a Uint8Array to a 128-bit bigint. The Uint8Array is expected to be in little-endian format. Each byte is represented by 8 bits, and the total length is 16 bytes (128 bits).