nbytes PublicKeyA.nbytes Shows the memory size of a public key a. Output nbytes, int from desilofhe import Engine engine = Engine(use_multiparty=True) public_key_a = engine.create_public_key_a() nbytes = public_key_a.nbytes