{
    "content": [
        {
            "type": "text",
            "text": "# _sha256 (pydoc)\n\n**Summary:** sha256\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **CLASSES** (52 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - sha224 (2 lines)\n  - sha256 (2 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nsha256\n\n### CLASSES\n\nbuiltins.object\nsha224\nsha256\n\nSHA224Type = class sha224(builtins.object)\n|  Methods defined here:\n|\n|  copy(self, /)\n|      Return a copy of the hash object.\n|\n|  digest(self, /)\n|      Return the digest value as a bytes object.\n|\n|  hexdigest(self, /)\n|      Return the digest value as a string of hexadecimal digits.\n|\n|  update(self, obj, /)\n|      Update this hash object's state with the provided string.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  blocksize\n|\n|  digestsize\n|\n|  name\n\nSHA256Type = class sha256(builtins.object)\n|  Methods defined here:\n|\n|  copy(self, /)\n|      Return a copy of the hash object.\n|\n|  digest(self, /)\n|      Return the digest value as a bytes object.\n|\n|  hexdigest(self, /)\n|      Return the digest value as a string of hexadecimal digits.\n|\n|  update(self, obj, /)\n|      Update this hash object's state with the provided string.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  blocksize\n|\n|  digestsize\n|\n|  name\n\n### FUNCTIONS\n\n#### sha224\n\nReturn a new SHA-224 hash object; optionally initialized with a string.\n\n#### sha256\n\nReturn a new SHA-256 hash object; optionally initialized with a string.\n\n### FILE\n\n(built-in)\n\n"
        }
    ],
    "structuredContent": {
        "command": "_sha256",
        "section": "",
        "mode": "pydoc",
        "summary": "sha256",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 52,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "sha224",
                        "lines": 2
                    },
                    {
                        "name": "sha256",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}