Class FindTiedGroups

Object
FindTiedGroups
All Implemented Interfaces:
Computation<List<BigInteger>,​ProtocolBuilderNumeric>

public class FindTiedGroups
extends Object
implements Computation<List<BigInteger>,​ProtocolBuilderNumeric>
Find sets of mututally equal in a list of secret shared integers: If the i'th and j'th elements are the same in the result, it indicates that the i'th and j'th elements are equal in the input data.