diff options
| author | J08nY | 2024-08-19 16:21:42 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-19 16:21:42 +0200 |
| commit | 7c8569a7afe437beba603af77ca2c06f19860df5 (patch) | |
| tree | 1e33aeafe3ef33ab684b61be7a4163a9df6a34df | |
| parent | 23ee7d2d77ca949ce94cc3d251303c38ad8caeeb (diff) | |
| download | pyecsca-7c8569a7afe437beba603af77ca2c06f19860df5.tar.gz pyecsca-7c8569a7afe437beba603af77ca2c06f19860df5.tar.zst pyecsca-7c8569a7afe437beba603af77ca2c06f19860df5.zip | |
| -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: |
