2025-12-03 23:11:36 +01:00
2021-09-03 09:45:38 +02:00
2022-12-07 15:14:57 +01:00
2020-10-13 00:12:32 +02:00
2020-10-13 00:12:32 +02:00
2021-08-05 16:16:38 +02:00
2020-10-13 00:12:32 +02:00
2024-01-02 15:57:41 +01:00
2021-09-03 09:33:09 +02:00
2021-09-03 09:33:09 +02:00
2020-10-13 00:12:32 +02:00
2021-08-29 15:35:03 +02:00
2020-10-17 18:19:56 +02:00
2023-10-12 18:26:43 +02:00
2024-01-02 15:57:41 +01:00
2020-10-18 01:03:10 +02:00
2020-10-18 01:03:10 +02:00
2020-10-17 18:19:56 +02:00

std-curves

See our website.

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 as well as SAGE code which can be used to instantiate the curve and a JSON export of all of the curve data. New curves are currently being added, the database is definitely not complete.

The presence of a certain curve in this database does not mean that the curve is secure, only that it is notable enough or that someone suggested its use in a publication or a standard. We made a best effort attempt to make sure all parameters presented here are correct, however mistakes could have happened on data import and thus double-checking with the source document is recommended.

Format

The curves are stored in JSON files, grouped by category/source in directories. See schema.json for the JSON schema of the files.

Website

The website is hosted at https://neuromancer.sk/std/, its sources are available in the page branch.

Description
No description provided
Readme MIT 521 KiB