ECMultiplier typedef
ECMultiplier =
ECPointBase? Function(ECPointBase p, BigInt? k, PreCompInfo? preCompInfo)
Interface for functions encapsulating a point multiplication algorithm for ECPointBase. Multiplies p by k, i.e. p is
added k times to itself.
Implementation
typedef ECMultiplier = ECPointBase? Function(
ECPointBase p, BigInt? k, PreCompInfo? preCompInfo);