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.
-
Constructor Summary
Constructors Constructor Description FindTiedGroups(List<DRes<SInt>> data)
-
Method Summary
Modifier and Type Method Description DRes<List<BigInteger>>
buildComputation(ProtocolBuilderNumeric builder)
-
Constructor Details
-
Method Details
-
buildComputation
- Specified by:
buildComputation
in interfaceComputation<List<BigInteger>,ProtocolBuilderNumeric>
-