aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJ08nY2024-07-16 17:21:44 +0200
committerJ08nY2024-07-16 17:21:44 +0200
commit835aaf27b0d19a22e753b060142aa992ebb648eb (patch)
tree8d9329fc28b3df00aa999bfc2a0edd7073035a13 /docs/index.rst
parent47d7ca6738909ff7e897acad3e2b97b71fa31c90 (diff)
downloadpyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.tar.gz
pyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.tar.zst
pyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.zip
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 67fd929..34abac6 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,9 +19,7 @@ pyecsca [pɪɛtska]
**pyecsca** aims to fill a gap in SCA tooling for Elliptic Curve Cryptography, it focuses on
black-box implementations of ECC and presents a way to extract implementation information
-about a black-box implementation of ECC through side-channels. The main goal of **pyecsca**
-is to be able to reverse engineer the curve model, coordinate system, addition formulas, scalar
-multiplier and even finite-field implementation details.
+about a black-box implementation of ECC through side-channels.
It currently provides:
@@ -64,12 +62,12 @@ It currently provides:
.. grid-item-card:: Core
- The `core <https://github.com/J08nY/pyecsca>`_ package contains the core of the
+ The `core <https://github.com/J08nY/pyecsca>`_ repository contains the core of the
functionality, except the code generation and notebooks.
.. grid-item-card:: Codegen
- The `codegen <https://github.com/J08nY/pyecsca-codegen>`_ package contains
+ The `codegen <https://github.com/J08nY/pyecsca-codegen>`_ repository contains
the code generation functionality.
.. grid-item-card:: Notebook