rBigint property

BigInt get rBigint

Converts the 'r' component to a BigInt.

Implementation

BigInt get rBigint => BigintUtils.fromBytes(r, byteOrder: Endian.little);