nbytes

LightPlaintext.nbytes
Shows the memory size of a light plaintext.
  • Output
    • nbytes, int
from desilofhe import Engine

engine = Engine()

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