nbytes RotationKey.nbytes Shows the memory size of a rotation key. Output nbytes, int from desilofhe import Engine engine = Engine() secret_key = engine.create_secret_key() rotation_key = engine.create_rotation_key(secret_key) nbytes = rotation_key.nbytes