{
    "content": [
        {
            "type": "text",
            "text": "# _sha2 (pydoc)\n\n## NAME\n\nsha2\n\n## Sections\n\n- **NAME**\n- **CLASSES** (4 subsections)\n- **FUNCTIONS** (4 subsections)\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "_sha2",
        "section": "",
        "mode": "pydoc",
        "summary": "sha2",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 6,
                "subsections": [
                    {
                        "name": "class SHA224Type",
                        "lines": 23
                    },
                    {
                        "name": "class SHA256Type",
                        "lines": 23
                    },
                    {
                        "name": "class SHA384Type",
                        "lines": 23
                    },
                    {
                        "name": "class SHA512Type",
                        "lines": 23
                    }
                ]
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "sha224",
                        "lines": 2
                    },
                    {
                        "name": "sha256",
                        "lines": 2
                    },
                    {
                        "name": "sha384",
                        "lines": 2
                    },
                    {
                        "name": "sha512",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "sha2\n",
                "subsections": []
            },
            "CLASSES": {
                "content": "builtins.object\nSHA224Type\nSHA256Type\nSHA384Type\nSHA512Type\n",
                "subsections": [
                    {
                        "name": "class SHA224Type",
                        "content": "|  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"
                    },
                    {
                        "name": "class SHA256Type",
                        "content": "|  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"
                    },
                    {
                        "name": "class SHA384Type",
                        "content": "|  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"
                    },
                    {
                        "name": "class SHA512Type",
                        "content": "|  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"
                    }
                ]
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "sha224",
                        "content": "Return a new SHA-224 hash object; optionally initialized with a string.\n"
                    },
                    {
                        "name": "sha256",
                        "content": "Return a new SHA-256 hash object; optionally initialized with a string.\n"
                    },
                    {
                        "name": "sha384",
                        "content": "Return a new SHA-384 hash object; optionally initialized with a string.\n"
                    },
                    {
                        "name": "sha512",
                        "content": "Return a new SHA-512 hash object; optionally initialized with a string.\n"
                    }
                ]
            },
            "FILE": {
                "content": "(built-in)\n\n",
                "subsections": []
            }
        }
    }
}