FROST Core TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Variable ScalarMulConst

    ScalarMul: {
        computeNonAdjacentForm: <C extends Ciphersuite>(
            ciphersuite: C,
            scalar: Scalar<C>,
            w: number,
        ) => Int8Array;
        LookupTable5: typeof LookupTable5;
        vartimeMultiscalarMul: <C extends Ciphersuite>(
            ciphersuite: C,
            scalars: Scalar<C>[],
            elements: Element<C>[],
        ) => Element<C>;
        optionalMultiscalarMul: <C extends Ciphersuite>(
            ciphersuite: C,
            scalars: Scalar<C>[],
            elements: (Element<C> | undefined)[],
        ) => Element<C> | undefined;
    } = ...

    Type Declaration