ecc/ecc_base library

Classes

ECCurveBase
Base implementation for ECCurve
ECDomainParametersImpl
Implementation of ECDomainParameters
ECFieldElementBase
Base implementation for ECFieldElement
ECPointBase
Base implementation for ECPoint
PreCompInfo
Interface for classes storing precomputation data for multiplication algorithms.

Typedefs

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.