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

    Interface SignatureResult

    Signature result from the Sign RPC. Exactly one of raw or ecdsa will be set, depending on the algorithm.

    interface SignatureResult {
        ecdsa?: EcdsaSignature;
        raw?: Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    CGGMP24/ECDSA: r, s, and recovery id.

    raw?: Buffer<ArrayBufferLike>

    FROST algorithms: 64 raw bytes (r ‖ s).