level

GLConjugateTranspositionKey.level
Shows the maximum level of a ciphertext that the conjugate transposition key can conjugate transpose.
  • Output
    • level, int
from desilofhe import GLEngine

engine = GLEngine()
secret_key = engine.create_secret_key()
conjugate_transposition_key = engine.create_conjugate_transposition_key(
    secret_key
)
level = conjugate_transposition_key.level