{"library":"fastecdsa","type":"library","category":null,"description":"fastecdsa is a Python library designed for fast elliptic curve digital signatures. It provides an efficient implementation of ECDSA for various standard curves and hash functions, outperforming some other pure Python alternatives. The library is currently at version 3.0.1, with its latest major release in January 2025, and continues to be actively maintained.","language":"python","status":"active","version":"3.0.1","tags":["cryptography","ecdsa","elliptic curve","signatures","security","fast"],"last_verified":"Sun May 24","install":[{"cmd":"pip install fastecdsa","imports":["from fastecdsa import keys","from fastecdsa import curve","from fastecdsa import ecdsa","from fastecdsa.curve import P256","from fastecdsa.point import Point"]},{"cmd":"sudo apt-get install gcc python3-dev libgmp3-dev\npip install fastecdsa","imports":[]},{"cmd":"brew install gmp\nCFLAGS=\"-I$(brew --prefix gmp)/include\" LDFLAGS=\"-L$(brew --prefix gmp)/lib\" pip install fastecdsa","imports":[]}],"homepage":null,"github":"https://github.com/AntonKueltz/fastecdsa","docs":"https://fastecdsa.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/fastecdsa/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":1.6,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/fastecdsa/compatibility"}}