From bc88c0895732475cd1955054c04859595686d4dc Mon Sep 17 00:00:00 2001 From: Daniel Bosk Date: Fri, 13 Dec 2019 22:30:08 +0100 Subject: [PATCH] Changes list of lectures to links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 343b096..493dc1d 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ this README, there are the sources for the material. The recommended order for the lectures: - 1. intro - 2. shared-key - 3. one-way - 4. pub-key - 5. zkp-smc - 6. sidechannels + 1. [intro](./tree/master/intro) + 2. [shared-key](./tree/master/shared-key) + 3. [one-way](./tree/master/one-way) + 4. [pub-key](./tree/master/pub-key) + 5. [zkp-smc](./tree/master/zkp-smc) + 6. [sidechannels](./tree/master/sidechannels) ## File Structure and Building