max_level

Engine.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 to support this maximum number of multiplications.
  • Input:
    • None
  • Output:
    • max_level, int
from desilofhe import Engine

engine = Engine()

max_level = engine.max_level