opalalgorithms.core.base

This is the base module for all privacy algorithms to be applied on result.

Base class for implementing any privacy algorithms for OPAL computation.

class opalalgorithms.core.privacy.OPALPrivacy[source]

Base class for OPAL Privacy Algorithms.

The class can be used in the following way:

privacyalgo = OPALPrivacy()
result = privacyalgo(params, result, salt)