Skip to content

Commit

Permalink
rebase carnage
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Aug 25, 2023
1 parent 5b9bd71 commit 4115e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vdaf/prio3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ where
}

/// State of each [`Aggregator`] during the Preparation phase.
#[derive(Clone, Eq, PartialEq)]
pub struct Prio3PrepareState<F, const SEED_SIZE: usize> {
measurement_share: Share<F, SEED_SIZE>,
joint_rand_seed: Option<Seed<SEED_SIZE>>,
Expand Down

0 comments on commit 4115e7e

Please sign in to comment.