Documentation
    Preparing search index...

    Interface RunVdafArguments<M, AP, PuSh, IS, OS, AS, AR, PrSt, PrSh, PM>

    interface RunVdafArguments<M, AP, PuSh, IS, OS, AS, AR, PrSt, PrSh, PM> {
        aggregationParameter: AP;
        measurements: M[];
        nonces?: Buffer[];
        rands?: Buffer[];
        vdaf: Vdaf<M, AP, PuSh, IS, OS, AS, AR, PrSt, PrSh, PM>;
        verifyKey?: Buffer;
    }

    Type Parameters

    • M
    • AP
    • PuSh
    • IS
    • OS
    • AS
    • AR
    • PrSt
    • PrSh
    • PM
    Index

    Properties

    aggregationParameter: AP
    measurements: M[]
    nonces?: Buffer[]
    rands?: Buffer[]
    vdaf: Vdaf<M, AP, PuSh, IS, OS, AS, AR, PrSt, PrSh, PM>
    verifyKey?: Buffer