level

ConjugationKey.level
Shows the maximum level of a ciphertext that the conjugation key can conjugate.
  • Output
    • level, int
from desilofhe import Engine

engine = Engine()
secret_key = engine.create_secret_key()
conjugation_key = engine.create_conjugation_key(secret_key)
level = conjugation_key.level