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 /codegen.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 'codegen.ipynb')
| -rw-r--r-- | codegen.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codegen.ipynb b/codegen.ipynb index a54b42d..04dca39 100644 --- a/codegen.ipynb +++ b/codegen.ipynb @@ -7,7 +7,7 @@ "# Code generation\n", "\n", "**pyecsca** can generate C implementations of ECC crypto for several microprocessor targets, which\n", - "are defined by the `Platform` enum." + "are defined by the [Platform](../api/pyecsca.codegen.common.rst#pyecsca.codegen.common.Platform) enum." ] }, { @@ -27,7 +27,7 @@ "metadata": {}, "source": [ "To generate an implementation we need an actual configuration which the implementation should\n", - "implement, which is stored inside the `Configuration` and `DeviceConfiguration` classes. " + "implement, which is stored inside the [Configuration](../api/pyecsca.ec.configuration.rst#pyecsca.ec.configuration.Configuration) and [DeviceConfiguration](../api/pyecsca.codegen.common.rst#pyecsca.codegen.common.DeviceConfiguration) classes. " ] }, { |
