HelibCkksContext#

class HelibCkksContext#

An implementation of HeContext using the HElib CKKS backend.

get_enable_conjugate(self: pyhelayers.HelibCkksContext) bool#

Returns whether conjugate operation is enabled.

Return type:

bool

init(*args, **kwargs)#

Overloaded function.

  1. init(self: pyhelayers.HelibCkksContext, m: int, r: int, L: int, c: int = 2, enable_conjugate: bool = True) -> None

    Initializes context with given parameters.

  2. init(self: pyhelayers.HelibCkksContext, conf: pyhelayers.HelibConfig) -> None

    Initializes context with the given configuration.

    param conf:

    User configguration.

    type conf:

    Helibconfig