level

LightPlaintext.level
Shows the maximum possible number of multiplications for a light plaintext.
  • Output
    • level, int
from desilofhe import Engine

engine = Engine()

message = [1, 2, 3]
light_plaintext = engine.encode_to_light_plaintext(message)
level = light_plaintext.level