From eef4170c57340eb93c67798ad1bbcb5096f806ba Mon Sep 17 00:00:00 2001 From: David Oswald Date: Mon, 20 Jan 2020 17:33:14 +0000 Subject: [PATCH] Added basic info in README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da3912b..f1a3d51 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# hwsec_lecture_notes -Lecture notes for the Hardware and Embedded Systems Security lecture +# Lecture notes for the Hardware and Embedded Systems Security lecture +These are my notes for an introductory lecture covering efficient implementation as well as implementation attacks (side channels, faults). It is by far not completely covering this much more complex field, but should give a decent overview and pointers for further reading. + +# License +These lectures notes are under the Creative Commons "Attribution-ShareAlike 3.0 Unported" (`CC BY-SA 3.0`) license. See https://creativecommons.org/licenses/by-sa/3.0/ for details. + +# Found a bug/error or want to contribute? +Please create a Pull Request and/or contact me directly. Your changes will be under the same license as these notes. + +# What about slides / exercises / code? +Maybe later, would take some time and effort to properly prepare that for making it public.