ListIntExtension extension

on

Methods

fillBytes(BigInt n) → void

Available on List<int>, provided by the ListIntExtension extension

fills a byte array with the bytes to create a BigInt.
swapEndianness() → void

Available on List<int>, provided by the ListIntExtension extension

in-place swapEndianness swaps the endianness of a byte array.
toBigInt() BigInt

Available on List<int>, provided by the ListIntExtension extension

bytesToBigInt converts a byte array to a BigInt.