diff --git a/ipa-core/src/protocol/ipa_prf/aggregation/step.rs b/ipa-core/src/protocol/ipa_prf/aggregation/step.rs index 8efb2c392..0984440d0 100644 --- a/ipa-core/src/protocol/ipa_prf/aggregation/step.rs +++ b/ipa-core/src/protocol/ipa_prf/aggregation/step.rs @@ -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);