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