elliptic-curves

Implementation of elliptic curves over various fields


License
GPL-2.0+
Install
pip install elliptic-curves==0.0.4

Documentation

logo

This is a Python package implementing elliptic curves over various fields.

Disclaimer

This is not an official Python package.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

This code is NOT FIT FOR CRYPTOGRAPHY; it is not audited and MAY BE VULNERABLE. Never use it to encrypt sensitive data. You have been warned.

Quickstart

This package requires Python 3.11 or newer. See the latest documentation on GitHub.

Install from PyPI repository:

pip install elliptic_curves

License

The code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The logo is free art: you can redistribute it and/or modify it under the terms of the CC BY-NC-SA 4.0 License as published by Creative Commons.

The curve definitions are republished courtesy of the National Institute of Standards and Technology. See NIST SP 800-186 for the original source.

You should have received a copy of the GNU General Public License along with this project.


Copyright © 2023-2024 Nicolas Canceill