OpenFheCkksContext#

class OpenFheCkksContext#

An implementation of HeContext using the OpenFhe CKKS backend.

init(self: pyhelayers.OpenFheCkksContext, req: pyhelayers.HeConfigRequirement) None#

Initializes this OpenFheCkksContext according the given requirement.

Parameters:

req – an HeConfigRequirement object, indicating the required configuration parameters (e.g. securityLevel, numSlots).

Raises:

RuntimeError – if it is not possible to fulfill the given requirement.