Skip to content

Commit

Permalink
SQUASH divergentdave review
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Nov 28, 2023
1 parent 6c4f53f commit c9c4f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vdaf/prio3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ where
T: Type,
P: Xof<SEED_SIZE>,
{
/// Construct an instance of this Prio3 VDAF with the given number of aggregators and the
/// underlying type.
/// Construct an instance of this Prio3 VDAF with the given number of aggregators, number of
/// proofs to generate and verify, and the underlying type.
pub fn new(num_aggregators: u8, num_proofs: u8, typ: T) -> Result<Self, VdafError> {
check_num_aggregators(num_aggregators)?;
if num_proofs == 0 {
Expand Down

0 comments on commit c9c4f46

Please sign in to comment.