{ "info": { "author": "Divyansh Dwivedi", "author_email": "justdvnsh2208@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Elliptic-py\n\nFast elliptic-curve cryptography in pure Python implementation. This is a port to elliptic js in python. However, it has the ability to do more than what elliptic js does.\n\nNOTE: Please take a look at http://safecurves.cr.yp.to/ before choosing a curve\nfor your cryptography operations.\n\n## Incentive\n\nECC is much slower than regular RSA cryptography, the pythonic implementations are\neven slower.\n\n## API\n\nYou can read the docs [here](https://justdvnsh.github.io/elliptic-py)\n\n## Supported curves\n\nFollowing curve 'presets' are embedded into the library:\n\n* `secp256k1`\n* `p192`\n* `p224`\n* `p256`\n* `p384`\n* `p521`\n\n## Acknowledgements\n\nThis project is heavily inspired by the javascript implementation of elliptic . you can find it [here](https://github.com/indutny/elliptic). Also, the naming conventions and references have also been taken from [here](https://github.com/warner/python-ecdsa). The ellitpic curve details can be found [here](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography).\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/justdvnsh/elliptic-py", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ellipticpy", "package_url": "https://pypi.org/project/ellipticpy/", "platform": "", "project_url": "https://pypi.org/project/ellipticpy/", "project_urls": { "Homepage": "https://github.com/justdvnsh/elliptic-py" }, "release_url": "https://pypi.org/project/ellipticpy/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A fast implementation of Elliptic - Curve Cryptography in pure Python. ( Port of Elliptic-JS )", "version": "0.0.1" }, "last_serial": 3996727, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5efc0cae98c3b2a54b917f35545510c7", "sha256": "bf0b88a99274f9755edd212ae87f15f1c0e2b7b07f9645dd9acee4bcda350093" }, "downloads": -1, "filename": "ellipticpy-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5efc0cae98c3b2a54b917f35545510c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1723, "upload_time": "2018-06-24T12:34:42", "url": "https://files.pythonhosted.org/packages/13/2a/7d511b50e747ea66cacdcd7d4553441f0ca413e37b5b64ab1fae8e216b48/ellipticpy-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1275739ffdae1d4124429f9c09eb378e", "sha256": "ad35d13eec5ddc59ca8b7395a10669ec26c848d92436a286c7d7dd5d713dca70" }, "downloads": -1, "filename": "ellipticpy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1275739ffdae1d4124429f9c09eb378e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484, "upload_time": "2018-06-24T12:34:43", "url": "https://files.pythonhosted.org/packages/3d/a5/a897ab470762f76a185cafb937a4f8da96b217d395a27c7e0832ea87d08d/ellipticpy-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5efc0cae98c3b2a54b917f35545510c7", "sha256": "bf0b88a99274f9755edd212ae87f15f1c0e2b7b07f9645dd9acee4bcda350093" }, "downloads": -1, "filename": "ellipticpy-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5efc0cae98c3b2a54b917f35545510c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1723, "upload_time": "2018-06-24T12:34:42", "url": "https://files.pythonhosted.org/packages/13/2a/7d511b50e747ea66cacdcd7d4553441f0ca413e37b5b64ab1fae8e216b48/ellipticpy-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1275739ffdae1d4124429f9c09eb378e", "sha256": "ad35d13eec5ddc59ca8b7395a10669ec26c848d92436a286c7d7dd5d713dca70" }, "downloads": -1, "filename": "ellipticpy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1275739ffdae1d4124429f9c09eb378e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484, "upload_time": "2018-06-24T12:34:43", "url": "https://files.pythonhosted.org/packages/3d/a5/a897ab470762f76a185cafb937a4f8da96b217d395a27c7e0832ea87d08d/ellipticpy-0.0.1.tar.gz" } ] }