Skip to content

Commit

Permalink
Drop max_frequency in ProtocolConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh committed Nov 21, 2023
1 parent 567e55b commit 08a2204
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,8 @@ message ProtocolConfig {
// Parameters for secret sharing sketches.
SecretSharingSketchParams sketch_params = 1
[(google.api.field_behavior) = REQUIRED];
// The maximum frequency to reveal in the histogram. This is also the EDP
// frequency cap.
int32 maximum_frequency = 2;
// The mechanism to generate noise by workers during the computation.
NoiseMechanism noise_mechanism = 3;
NoiseMechanism noise_mechanism = 2;
}

// Configuration for a specific protocol.
Expand Down

0 comments on commit 08a2204

Please sign in to comment.