Class LeakyFrequencyTable
Object
LeakyFrequencyTable
public class LeakyFrequencyTable extends Object implements Computation<List<Pair<DRes<SInt>,Integer>>,ProtocolBuilderNumeric>
Compute the frequencies of entries in the given data. The set of frequencies will be leaked to
all parties but the corresponding values will be kept secret. If the data has not been
obliviously shuffled before this computation, the indices of equal values will be leaked.
-
Constructor Summary
Constructors Constructor Description LeakyFrequencyTable(List<DRes<SInt>> data)
-
Method Summary
Modifier and Type Method Description DRes<List<Pair<DRes<SInt>,Integer>>>
buildComputation(ProtocolBuilderNumeric builder)
-
Constructor Details
-
Method Details