Function prio::vdaf::prio3_finish[][src]

pub fn prio3_finish<M, V>(
    state: VerifyState<V>,
    msgs: M
) -> Result<V, VdafError> where
    V: Value,
    M: IntoIterator<Item = VerifyMessage<V::Field>>, 
Expand description

The verify-finish algorithm of the VDAF. Run by each aggregator, this consumes the VerifyMessage messages broadcast by all of the aggregators and produces the aggregator’s input share.