A fast implementation of Elliptic - Curve Cryptography in pure Python. ( Port of Elliptic-JS )
Project description
Elliptic-py
Fast 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.
NOTE: Please take a look at http://safecurves.cr.yp.to/ before choosing a curve for your cryptography operations.
Incentive
ECC is much slower than regular RSA cryptography, the pythonic implementations are even slower.
API
You can read the docs here
Supported curves
Following curve 'presets' are embedded into the library:
secp256k1p192p224p256p384p521
Acknowledgements
This project is heavily inspired by the javascript implementation of elliptic . you can find it here. Also, the naming conventions and references have also been taken from here. The ellitpic curve details can be found here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ellipticpy-0.0.1.tar.gz.
File metadata
- Download URL: ellipticpy-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad35d13eec5ddc59ca8b7395a10669ec26c848d92436a286c7d7dd5d713dca70
|
|
| MD5 |
1275739ffdae1d4124429f9c09eb378e
|
|
| BLAKE2b-256 |
3da5a897ab470762f76a185cafb937a4f8da96b217d395a27c7e0832ea87d08d
|
File details
Details for the file ellipticpy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ellipticpy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0b88a99274f9755edd212ae87f15f1c0e2b7b07f9645dd9acee4bcda350093
|
|
| MD5 |
5efc0cae98c3b2a54b917f35545510c7
|
|
| BLAKE2b-256 |
132a7d511b50e747ea66cacdcd7d4553441f0ca413e37b5b64ab1fae8e216b48
|