level GLConjugationKey.level Shows the maximum level of a ciphertext that the conjugation key can conjugate. Output level, int from desilofhe import GLEngine engine = GLEngine() secret_key = engine.create_secret_key() conjugation_key = engine.create_conjugation_key(secret_key) level = conjugation_key.level