bigIntToBytes converts a BigInt to a big-endian Uint8Array for encoding.
The bigint to convert.
The size of the resulting byte array.
A byte array containing the big-endian encoding of the input bigint
Generated using TypeDoc
bigIntToBytes converts a BigInt to a big-endian Uint8Array for encoding.