rBigint property
BigInt
get
rBigint
Converts the 'r' component to a BigInt.
Implementation
BigInt get rBigint => BigintUtils.fromBytes(r, byteOrder: Endian.little);
Converts the 'r' component to a BigInt.
BigInt get rBigint => BigintUtils.fromBytes(r, byteOrder: Endian.little);