diff --git a/src/vdaf/prio3.rs b/src/vdaf/prio3.rs index 840872e7..b831957c 100644 --- a/src/vdaf/prio3.rs +++ b/src/vdaf/prio3.rs @@ -87,7 +87,7 @@ impl Prio3Count { /// The count-vector type. Each measurement is a vector of integers in `[0,2^bits)` and the /// aggregate is the element-wise sum. pub type Prio3SumVec = - Prio3>>, XofTurboShake128, 16>; + Prio3>>, XofTurboShake128, 16>; impl Prio3SumVec { /// Construct an instance of Prio3SumVec with the given number of aggregators. `bits` defines