The big-endian buffer to convert.
A BigInt with the big-endian representation of buf.
Convert a little-endian buffer into a BigInt.
The little-endian buffer to convert
A BigInt with the little-endian representation of buf.
Convert a BigInt to a big-endian buffer.
The BigInt to convert.
The number of bytes that the resulting buffer should be.
A big-endian buffer representation of num.
Convert a BigInt to a little-endian buffer.
The BigInt to convert.
The number of bytes that the resulting buffer should be.
A little-endian buffer representation of num.
Generated using TypeDoc
Convert a big-endian buffer into a BigInt