aboutsummaryrefslogtreecommitdiffhomepage
path: root/simulation.ipynb
diff options
context:
space:
mode:
authorJ08nY2024-07-24 18:41:17 +0200
committerJ08nY2024-07-24 18:41:17 +0200
commitfd4e4f7d03fc407392696ee4972079ba592f62ec (patch)
treebce08fa5d9f124a27024ab7a9bc8631cf507f8ea /simulation.ipynb
parent24d1ba404d7b0e0ebcb9b8e64fb797ca66cb6f48 (diff)
downloadpyecsca-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.ipynb2
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."
]