diff options
| author | J08nY | 2024-07-16 17:21:44 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-16 17:21:44 +0200 |
| commit | 835aaf27b0d19a22e753b060142aa992ebb648eb (patch) | |
| tree | 8d9329fc28b3df00aa999bfc2a0edd7073035a13 /docs/index.rst | |
| parent | 47d7ca6738909ff7e897acad3e2b97b71fa31c90 (diff) | |
| download | pyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.tar.gz pyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.tar.zst pyecsca-835aaf27b0d19a22e753b060142aa992ebb648eb.zip | |
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 8 |
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 |
