cBigint property
BigInt
get
cBigint
Converts the 'c' component into a BigInt
.
Implementation
BigInt get cBigint => BigintUtils.fromBytes(c, byteOrder: Endian.little);
Converts the 'c' component into a BigInt
.
BigInt get cBigint => BigintUtils.fromBytes(c, byteOrder: Endian.little);