weierstrassCoefficients

    An elliptic curve can be represented in a Weierstrass form: y² = x³ + ax + b. This property provides the values of a and b on the curve.

    EllipticCurve.swift:78
    @usableFromInline var weierstrassCoefficients: (field: ArbitraryPrecisionInteger, a: ArbitraryPrecisionInteger, b: ArbitraryPrecisionInteger) { get }

    Other members in extension

    Types

    Type members

    Instance members