Skip to content

Commit

Permalink
Bring back comment about MAX_BREAKDOWNS
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed May 21, 2024
1 parent f1d5dcb commit f45554f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipa-core/src/protocol/ipa_prf/aggregation/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub(crate) enum AggregationStep {
Aggregate(usize),
}

/// the number of steps must be kept in sync with `MAX_BREAKDOWNS` defined
/// [here](https://tinyurl.com/mwnbbnj6)
#[derive(CompactStep)]
#[step(count = 512, child = crate::protocol::boolean::step::EightBitStep, name = "b")]
pub struct BucketStep(usize);
Expand Down

0 comments on commit f45554f

Please sign in to comment.