level

GLRotationKey.level
Shows the maximum level of a ciphertext that the rotation key can rotate.
  • Output
    • level, int
from desilofhe import GLEngine

engine = GLEngine()
secret_key = engine.create_secret_key()
rotation_key = engine.create_rotation_key(secret_key)
level = rotation_key.level