ed25519-blake2b


Nameed25519-blake2b JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/Matoking/python-ed25519-blake2b
SummaryEd25519 public-key signatures (BLAKE2b fork)
upload_time2024-01-22 18:09:42
maintainer
docs_urlNone
authorJanne Pulkkinen
requires_python
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/Matoking/python-ed25519-blake2b",
    "name": "ed25519-blake2b",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Janne Pulkkinen",
    "author_email": "jannepulk@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/e5/03cc85b437e96c21ea705c0215b89e88a0802e72b4b07d452b5858b7a1d1/ed25519-blake2b-1.4.1.tar.gz",
    "platform": null,
    "description": "A 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": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/Matoking/python-ed25519-blake2b"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79e503cc85b437e96c21ea705c0215b89e88a0802e72b4b07d452b5858b7a1d1",
                "md5": "0ee2c8078234a740f2100fedd13b7653",
                "sha256": "731e9f93cd1ac1a64649575f3519a99ffe0bb1e4cf7bf5f5f0be513a39df7363"
            },
            "downloads": -1,
            "filename": "ed25519-blake2b-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ee2c8078234a740f2100fedd13b7653",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 872471,
            "upload_time": "2024-01-22T18:09:42",
            "upload_time_iso_8601": "2024-01-22T18:09:42.656401Z",
            "url": "https://files.pythonhosted.org/packages/79/e5/03cc85b437e96c21ea705c0215b89e88a0802e72b4b07d452b5858b7a1d1/ed25519-blake2b-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 18:09:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Matoking",
    "github_project": "python-ed25519-blake2b",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ed25519-blake2b"
}
        
Elapsed time: 0.18513s