cBigint property

BigInt get cBigint

Converts the c component into a BigInt.

Implementation

BigInt get cBigint => BigintUtils.fromBytes(c, byteOrder: Endian.little);