Documentation
    Preparing search index...

    Interface PrepTestVector<M>

    interface PrepTestVector<M> {
        input_shares: string[];
        measurement: M;
        nonce: string;
        out_shares: string[][];
        prep_messages: string[];
        prep_shares: string[][];
        public_share: string;
        rand: string;
    }

    Type Parameters

    • M
    Index

    Properties

    input_shares: string[]
    measurement: M
    nonce: string
    out_shares: string[][]
    prep_messages: string[]
    prep_shares: string[][]
    public_share: string
    rand: string