bign - v0.1.1
    Preparing search index...

    Interface BignCurveParameters

    Bign curve parameters

    interface BignCurveParameters {
        a: bigint;
        b: bigint;
        Gx: bigint;
        Gy: bigint;
        h: bigint;
        length: number;
        n: bigint;
        oids?: string[];
        p: bigint;
    }
    Index

    Properties

    Properties

    a: bigint

    Param a

    b: bigint

    Param b

    Gx: bigint

    Base point X coordinate

    Gy: bigint

    Base point Y coordinate

    h: bigint

    Cofactor

    length: number

    Curve point length

    n: bigint

    Curve order (Fn)

    oids?: string[]

    Curve OIDs

    p: bigint

    Prime field (Fp)