nbytes ConjugationKey.nbytes Shows the size of a conjugation key. Output nbytes, int from desilofhe import Engine engine = Engine() secret_key = engine.create_secret_key() conjugation_key = engine.create_conjugation_key(secret_key) nbytes = conjugation_key.nbytes