max_level

GLEngine.max_level
The maximum number of multiplications allowed by the engine. If the level is not explicitly specified during encrypt or encode, the ciphertext and plaintext are generated at this level.
  • Input:
    • None
  • Output:
    • max_level, int
from desilofhe import GLEngine

engine = GLEngine()

max_level = engine.max_level