level

GLHadamardMultiplication.level
Shows the maximum level of a ciphertext that the Hadamard multiplication key can Hadamard multiply.
  • Output
    • level, int
from desilofhe import GLEngine

engine = GLEngine()
secret_key = engine.create_secret_key()
hadamard_multiplication_key = engine.create_hadamard_multiplication_key()
level = hadamard_multiplication_key.level