py-ed25519-blake2b


Namepy-ed25519-blake2b JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/gr0vity-dev/python-ed25519-blake2b
SummaryEd25519 public-key signatures (BLAKE2b fork)
upload_time2024-04-16 11:44:44
maintainergr0vity
docs_urlNone
authorJanne Pulkkinen
requires_python>=3.4
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
A fork of python-ed25519 that uses BLAKE2b instead of SHA512 as a hash function
as used in the NANO cryptocurrency.
Original code written by @warner on GitHub:
github.com/warner/python-ed25519

Python bindings to the Ed25519 public-key signature system.

This offers a comfortable python interface to a C implementation of the
Ed25519 public-key signature system (http://ed25519.cr.yp.to/), using the
portable 'ref' code from the 'SUPERCOP' benchmarking suite.

This system provides high (128-bit) security, short (32-byte) keys, short
(64-byte) signatures, and fast (2-6ms) operation. Please see the README for
more details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gr0vity-dev/python-ed25519-blake2b",
    "name": "py-ed25519-blake2b",
    "maintainer": "gr0vity",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": null,
    "author": "Janne Pulkkinen",
    "author_email": "jannepulk@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "\nA fork of python-ed25519 that uses BLAKE2b instead of SHA512 as a hash function\nas used in the NANO cryptocurrency.\nOriginal code written by @warner on GitHub:\ngithub.com/warner/python-ed25519\n\nPython bindings to the Ed25519 public-key signature system.\n\nThis offers a comfortable python interface to a C implementation of the\nEd25519 public-key signature system (http://ed25519.cr.yp.to/), using the\nportable 'ref' code from the 'SUPERCOP' benchmarking suite.\n\nThis system provides high (128-bit) security, short (32-byte) keys, short\n(64-byte) signatures, and fast (2-6ms) operation. Please see the README for\nmore details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ed25519 public-key signatures (BLAKE2b fork)",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/gr0vity-dev/python-ed25519-blake2b"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51eb68cfffaffc2ffc7feaecb026efcd2125482d846ed3307886e7a14620de33",
                "md5": "1174c9a5e2d904562d9b9698e5aadf20",
                "sha256": "fa259e3f62fa68434cc019e6e2ca147a0a6555c9c0e3a2176701489f7831d73b"
            },
            "downloads": -1,
            "filename": "py_ed25519_blake2b-0.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1174c9a5e2d904562d9b9698e5aadf20",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.4",
            "size": 241940,
            "upload_time": "2024-04-16T11:44:44",
            "upload_time_iso_8601": "2024-04-16T11:44:44.437281Z",
            "url": "https://files.pythonhosted.org/packages/51/eb/68cfffaffc2ffc7feaecb026efcd2125482d846ed3307886e7a14620de33/py_ed25519_blake2b-0.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 11:44:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gr0vity-dev",
    "github_project": "python-ed25519-blake2b",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py-ed25519-blake2b"
}
        
Elapsed time: 0.25108s