{ "info": { "author": "Brian Warner", "author_email": "warner-pycurve25519-donna@lothar.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Curve25519 is a fast elliptic-curve key-agreement protocol, in which two\nparties Alice and Bob each generate a (public,private) keypair, exchange\npublic keys, and can then compute the same shared key. Specifically, Alice\ncomputes F(Aprivate, Bpublic), Bob computes F(Bprivate, Apublic), and both\nget the same value (and nobody else can guess that shared value, even if they\nknow Apublic and Bpublic).\n\nThis is a Python wrapper for the portable 'curve25519-donna' implementation\nof this algorithm, written by Adam Langley, hosted at\nhttp://code.google.com/p/curve25519-donna/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/curve25519-donna/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "curve25519-donna", "package_url": "https://pypi.org/project/curve25519-donna/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/curve25519-donna/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/curve25519-donna/" }, "release_url": "https://pypi.org/project/curve25519-donna/1.3/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the Curve25519 cryptographic library", "version": "1.3" }, "last_serial": 1415330, "releases": { "1.3": [ { "comment_text": "", "digests": { "md5": "4eced94cf682501251e7fef8258b1f9c", "sha256": "1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0" }, "downloads": -1, "filename": "curve25519-donna-1.3.tar.gz", "has_sig": false, "md5_digest": "4eced94cf682501251e7fef8258b1f9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20182, "upload_time": "2015-02-08T21:22:19", "url": "https://files.pythonhosted.org/packages/01/05/1ab1cc54c2b1e933721b8e65fedc01098e6b8ffdccedbc4a682d4e0db8c1/curve25519-donna-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4eced94cf682501251e7fef8258b1f9c", "sha256": "1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0" }, "downloads": -1, "filename": "curve25519-donna-1.3.tar.gz", "has_sig": false, "md5_digest": "4eced94cf682501251e7fef8258b1f9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20182, "upload_time": "2015-02-08T21:22:19", "url": "https://files.pythonhosted.org/packages/01/05/1ab1cc54c2b1e933721b8e65fedc01098e6b8ffdccedbc4a682d4e0db8c1/curve25519-donna-1.3.tar.gz" } ] }