{
    "mode": "perldoc",
    "parameter": "Digest::base",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Digest%3A%3Abase/json",
    "generated": "2026-06-10T17:46:38Z",
    "synopsis": "package Digest::Foo;\nuse base 'Digest::base';",
    "sections": {
        "NAME": {
            "content": "Digest::base - Digest base class\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "package Digest::Foo;\nuse base 'Digest::base';\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The \"Digest::base\" class provide implementations of the methods \"addfile\" and \"addbits\" in\nterms of \"add\", and of the methods \"hexdigest\" and \"b64digest\" in terms of \"digest\".\n\nDigest implementations might want to inherit from this class to get this implementations of the\nalternative *add* and *digest* methods. A minimal subclass needs to implement the following\nmethods by itself:\n\nnew\nclone\nadd\ndigest\n\nThe arguments and expected behaviour of these methods are described in Digest.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Digest\n",
            "subsections": []
        }
    },
    "summary": "Digest::base - Digest base class",
    "flags": [],
    "examples": [],
    "see_also": []
}