@substrate-system/frost
    Preparing search index...

    Interface GroupCommitment

    FROST (Flexible Round-Optimized Schnorr Threshold) Signatures

    A TypeScript implementation of the FROST threshold signature scheme as specified in RFC 9591.

    interface GroupCommitment {
        bindingFactors: Map<number, Scalar>;
        commitment: GroupElement;
    }
    Index

    Properties

    bindingFactors: Map<number, Scalar>
    commitment: GroupElement