{
    "mode": "pydoc",
    "parameter": "_sha256",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_sha256/json",
    "generated": "2026-06-02T14:26:11Z",
    "sections": {
        "NAME": {
            "content": "sha256\n",
            "subsections": []
        },
        "CLASSES": {
            "content": "builtins.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",
            "subsections": []
        },
        "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"
                }
            ]
        },
        "FILE": {
            "content": "(built-in)\n\n",
            "subsections": []
        }
    },
    "summary": "sha256",
    "flags": [],
    "examples": [],
    "see_also": []
}