nbytes SecretKey.nbytes Shows the memory size of a secret key. Output nbytes, int from desilofhe import Engine engine = Engine() secret_key = engine.create_secret_key() nbytes = secret_key.nbytes