{
    "content": [
        {
            "type": "text",
            "text": "# _blake2 (pydoc)\n\n**Summary:** blake2 - blake2b provides BLAKE2b for hashlib\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **CLASSES** (4 lines) — 2 subsections\n  - class blake2b (44 lines)\n  - class blake2s (44 lines)\n- **DATA** (9 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nblake2 - blake2b provides BLAKE2b for hashlib\n\n### CLASSES\n\nbuiltins.object\nblake2b\nblake2s\n\n#### class blake2b\n\n|  blake2b(data=b'', /, *, digestsize=64, key=b'', salt=b'', person=b'', fanout=1, depth=1, leafsize=0, nodeoffset=0, nodedepth=0, innersize=0, lastnode=False, usedforsecurity=True)\n|\n|  Return a new BLAKE2b hash object.\n|\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, data, /)\n|      Update this hash object's state with the provided bytes-like object.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  blocksize\n|\n|  digestsize\n|\n|  name\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  MAXDIGESTSIZE = 64\n|\n|  MAXKEYSIZE = 64\n|\n|  PERSONSIZE = 16\n|\n|  SALTSIZE = 16\n\n#### class blake2s\n\n|  blake2s(data=b'', /, *, digestsize=32, key=b'', salt=b'', person=b'', fanout=1, depth=1, leafsize=0, nodeoffset=0, nodedepth=0, innersize=0, lastnode=False, usedforsecurity=True)\n|\n|  Return a new BLAKE2s hash object.\n|\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, data, /)\n|      Update this hash object's state with the provided bytes-like object.\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  blocksize\n|\n|  digestsize\n|\n|  name\n|\n|  ----------------------------------------------------------------------\n|  Data and other attributes defined here:\n|\n|  MAXDIGESTSIZE = 32\n|\n|  MAXKEYSIZE = 32\n|\n|  PERSONSIZE = 8\n|\n|  SALTSIZE = 8\n\n### DATA\n\nBLAKE2BMAXDIGESTSIZE = 64\nBLAKE2BMAXKEYSIZE = 64\nBLAKE2BPERSONSIZE = 16\nBLAKE2BSALTSIZE = 16\nBLAKE2SMAXDIGESTSIZE = 32\nBLAKE2SMAXKEYSIZE = 32\nBLAKE2SPERSONSIZE = 8\nBLAKE2SSALTSIZE = 8\n\n### FILE\n\n(built-in)\n\n"
        }
    ],
    "structuredContent": {
        "command": "_blake2",
        "section": "",
        "mode": "pydoc",
        "summary": "blake2 - blake2b provides BLAKE2b for hashlib",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 4,
                "subsections": [
                    {
                        "name": "class blake2b",
                        "lines": 44
                    },
                    {
                        "name": "class blake2s",
                        "lines": 44
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}