Skip to content

Commit

Permalink
Remove Capability for interval wrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh committed Dec 5, 2024
1 parent 5ffb98f commit 500062c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ message DataProvider {
message Capabilities {
// Whether the Honest Majority Share Shuffle (HMSS) protocol is supported.
bool honest_majority_share_shuffle_supported = 1;
// Whether the VID sampling interval wrapping around 1 is supported for LLv2
// protocol.
bool llv2_vid_sampling_interval_wrapping_supported = 2;
// Whether the VID sampling interval wrapping around 1 is supported for HMSS
// protocol.
bool hmss_vid_sampling_interval_wrapping_supported = 3;
}
// Capabilities of this `DataProvider`.
//
Expand Down

0 comments on commit 500062c

Please sign in to comment.