Function prio::vdaf::prio3_start[][src]

pub fn prio3_start<V: Value>(
    verify_param: &VerifyParam<V>,
    nonce: &[u8],
    msg: InputShareMessage<V::Field>
) -> Result<(VerifyState<V>, VerifyMessage<V::Field>), VdafError>
Expand description

The verify-start algorithm of the VDAF. Run by each aggregator, this consumes the InputShareMessage message sent from the client and produces the VerifyMessage message that will be broadcast to the other aggregators. This VDAF does not involve an aggregation parameter.