Skip to main content

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:

  • secp256k1
  • p192
  • p224
  • p256
  • p384
  • p521

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ellipticpy-0.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

ellipticpy-0.0.1-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page