diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | docs/index.rst | 7 |
2 files changed, 13 insertions, 0 deletions
@@ -30,6 +30,12 @@ It currently provides: - the codegen package: https://github.com/J08nY/pyecsca-codegen - the notebook package: https://github.com/J08nY/pyecsca-notebook +## Tutorials + +To learn more about the toolkit you can check out two tutorials on it. + - One from the [SummerSchool on Real-World Crypto and Privacy 2024](https://github.com/J08nY/pyecsca-tutorial-croatia2024) in Vodice, Croatia. + - One from the [Cryptographic Hardware and Embedded Systems (CHES) 2024](https://github.com/J08nY/pyecsca-tutorial-ches2024) conference in Halifax, Canada. + ## License MIT License diff --git a/docs/index.rst b/docs/index.rst index 34abac6..188d6f0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -75,6 +75,13 @@ It currently provides: The `notebook <https://github.com/J08nY/pyecsca-notebook>`_ repository contains example notebooks that showcase functionality of the toolkit. +Tutorials +========= + +To learn more about the toolkit you can check out two tutorials on it. + - One from the `SummerSchool on Real-World Crypto and Privacy 2024 <https://github.com/J08nY/pyecsca-tutorial-croatia2024>`_ in Vodice, Croatia. + - One from the `Cryptographic Hardware and Embedded Systems (CHES) 2024 <https://github.com/J08nY/pyecsca-tutorial-ches2024>`_ conference in Halifax, Canada. + .. toctree:: :hidden: :titlesonly: |
