HelibBgvContext#

class HelibBgvContext#

An implementation of HeContext using the HElib BGV backend.

init(*args, **kwargs)#

Overloaded function.

  1. init(self: pyhelayers.HelibBgvContext, p: int, m: int, r: int, L: int) -> None

    Initializes context with given parameters.

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

    Initializes context with the given configuration.

    param conf:

    User configguration.

    type conf:

    Helibconfig