mirror of
https://github.com/J08nY/std-curves.git
synced 2026-01-10 05:48:08 -05:00
7991278b3ff953a83bf7f7a91c22640597caaa19
std-curves
Standard curve database. This repository contains a list of standardised elliptic curves, collected from many standards by the team at Centre for Research on Cryptography and Security. For our other projects related to elliptic curve cryptography, see:
- ECTester: A tool for testing black-box ECC implementations
- pyecsca: A Python Elliptic Curve Side-Channel Analysis toolkit, focusing on reverse-engineering ECC implementations from devices
- ecgen: A tool for generating EC domain parameters
The curve listing includes its parameters, computed characteristics such as number of points or j-invariant. New curves are currently being added, the database is definitely not complete.
Format
The curves are stored in JSON files, grouped by category/source in directories.
See schema.json for the JSON schema of the files. See analyze.sage for a SAGE
script which parses the JSON and constructs a SAGE EllipticCurve object from it.