LimbBuffer class
Constructors
-
LimbBuffer(List<
int> buffer)
Properties
Methods
-
get(
int idx) → (BigInt, BigInt) - Returns (curLimb, nextLimb). Only valid if idx is curIdx or curIdx+1.
-
incrementLimb(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited