serialized_nbytes

ConjugationKey.serialized_nbytes
Shows the size of a conjugation key when serialized.
  • Output
    • serialized_nbytes, int
from desilofhe import Engine

engine = Engine()
secret_key = engine.create_secret_key()
conjugation_key = engine.create_conjugation_key(secret_key)
serialized_nbytes = conjugation_key.serialized_nbytes