quadWord property

BigInt quadWord
final

Represents 2^64, a quad word.

Implementation

static final BigInt quadWord = BigInt.from(2).pow(64);