From acc0878d612bd1f159d6a2139c80dba6f70f530e Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 13 Apr 2024 18:44:12 +0200 Subject: We are no longer alpha, lets brag! --- README.md | 2 +- docs/index.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 652e67e..f99842d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ about a black-box implementation of ECC through side-channels. The main goal of is to be able to reverse engineer the curve model, coordinate system, addition formulas, scalar multiplier and even finite-field implementation details. -It is currently in an alpha stage of development and thus only provides: +It currently provides: - Enumeration of millions of possible ECC implementation configurations (see [notebook/configuration_space](https://neuromancer.sk/pyecsca/notebook/configuration_space.html)) - Simulation and execution tracing of key generation, ECDH and ECDSA (see [notebook/simulation](https://neuromancer.sk/pyecsca/notebook/simulation.html)) - Synthesis of C implementations of ECC for embedded devices, given any implementation configuration (see [notebook/codegen](https://neuromancer.sk/pyecsca/notebook/codegen.html)), diff --git a/docs/index.rst b/docs/index.rst index ac942cf..0b74ad5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ about a black-box implementation of ECC through side-channels. The main goal of is to be able to reverse engineer the curve model, coordinate system, addition formulas, scalar multiplier and even finite-field implementation details. -It is currently in an alpha stage of development and thus only provides: +It currently provides: .. card:: Enumeration diff --git a/pyproject.toml b/pyproject.toml index 22c37d5..285cd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" license = { "text" = "MIT" } classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Topic :: Security", "Topic :: Security :: Cryptography", -- cgit v1.2.3-70-g09d2