doubleWord property

BigInt doubleWord
final

Represents 2^32, a double word.

Implementation

static final BigInt doubleWord = BigInt.from(2).pow(32);