diff options
| author | J08nY | 2024-07-24 18:41:17 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-24 18:41:17 +0200 |
| commit | fd4e4f7d03fc407392696ee4972079ba592f62ec (patch) | |
| tree | bce08fa5d9f124a27024ab7a9bc8631cf507f8ea /simulation.ipynb | |
| parent | 24d1ba404d7b0e0ebcb9b8e64fb797ca66cb6f48 (diff) | |
| download | pyecsca-notebook-fd4e4f7d03fc407392696ee4972079ba592f62ec.tar.gz pyecsca-notebook-fd4e4f7d03fc407392696ee4972079ba592f62ec.tar.zst pyecsca-notebook-fd4e4f7d03fc407392696ee4972079ba592f62ec.zip | |
Add more links to docs.
Diffstat (limited to 'simulation.ipynb')
| -rw-r--r-- | simulation.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation.ipynb b/simulation.ipynb index 97db137..97a0880 100644 --- a/simulation.ipynb +++ b/simulation.ipynb @@ -6,7 +6,7 @@ "source": [ "# Simulation\n", "\n", - "**pyecsca** is able to simulate computation of key generation, ECDH and ECDSA while tracing particular actions performed by the implementation as well as intermediate values. These traces are collected by the context (see the `Context` and `DefaultContext` classes). There is always one context active. For performance reasons, by default no context is active.\n", + "**pyecsca** is able to simulate computation of key generation, ECDH and ECDSA while tracing particular actions performed by the implementation as well as intermediate values. These traces are collected by the context (see the [Context](../api/pyecsca.ec.context.rst#pyecsca.ec.context.Context) and [DefaultContext](../api/pyecsca.ec.context.rst#pyecsca.ec.context.DefaultContext) classes). There is always one context active. For performance reasons, by default no context is active.\n", "\n", "These traces are useful for attacks which rely on computing particular intermediate values during the ECC computation." ] |
