multi-party-computation-controller-api
    Preparing search index...

    Interface EcdsaSignature

    ECDSA signature components returned for CGGMP24.

    interface EcdsaSignature {
        r: Buffer;
        s: Buffer;
        v: number;
    }
    Index

    Properties

    r s v

    Properties

    r: Buffer

    32-byte big-endian r component.

    s: Buffer

    32-byte big-endian s component.

    v: number

    Recovery id (0–3).