diff options
| author | J08nY | 2020-06-29 23:04:49 +0200 |
|---|---|---|
| committer | J08nY | 2020-06-29 23:04:49 +0200 |
| commit | 78d145ed7b18d31f1bc0a7bc9f010ed160166aec (patch) | |
| tree | 6b060c3716b3a03b8a068907d5cf67ff89273493 /docs | |
| parent | 9c8099f04ed2815dd50fd69a12d8b4e6f30aac7d (diff) | |
| download | pyecsca-78d145ed7b18d31f1bc0a7bc9f010ed160166aec.tar.gz pyecsca-78d145ed7b18d31f1bc0a7bc9f010ed160166aec.tar.zst pyecsca-78d145ed7b18d31f1bc0a7bc9f010ed160166aec.zip | |
Update notebooks.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4d91c84..0ed7089 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,6 +26,7 @@ It is currently in an alpha stage of development and thus only provides: - Synthesis of C implementations of ECC for embedded devices, given any implementation configuration (see :doc:`notebook/codegen`) - Trace acquisition using PicoScope/ChipWhisperer oscilloscopes (see :doc:`notebook/measurement`) - Trace processing capabilities, e.g. signal-processing, filtering, averaging, cutting, aligning (:doc:`api/pyecsca.sca`) + - Trace visualization using holoviews and datashader (see :doc:`notebook/visualization`) **pyecsca** consists of three packages: - the core: https://github.com/J08nY/pyecsca @@ -45,6 +46,7 @@ are the best source of documentation on how to use **pyecsca**. notebook/simulation notebook/codegen notebook/measurement + notebook/visualization API reference ============= |
