From be44243136d710eec0345f8459a64da377bab357 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 29 Mar 2026 13:43:38 +0200 Subject: Re-format reveal.js slides and add templates --- reveal.js/images/cryptographic_primitives/GCM.svg | 1500 ++++++++++++++++++++ reveal.js/images/cryptographic_primitives/hmac.svg | 165 +++ .../modes_of_operation.png | Bin 0 -> 195700 bytes .../dataporten/dataporten_the_big_picture1.png | Bin 9698 -> 0 bytes reveal.js/images/dataporten/flow1.png | Bin 22182 -> 0 bytes reveal.js/images/gateway/dashboard01.png | Bin 139944 -> 0 bytes reveal.js/images/gateway/portal01.png | Bin 97986 -> 0 bytes reveal.js/images/gateway/portal02.png | Bin 91353 -> 0 bytes reveal.js/images/mqprod/flow01.png | Bin 40772 -> 0 bytes 9 files changed, 1665 insertions(+) create mode 100644 reveal.js/images/cryptographic_primitives/GCM.svg create mode 100644 reveal.js/images/cryptographic_primitives/hmac.svg create mode 100644 reveal.js/images/cryptographic_primitives/modes_of_operation.png delete mode 100644 reveal.js/images/dataporten/dataporten_the_big_picture1.png delete mode 100644 reveal.js/images/dataporten/flow1.png delete mode 100644 reveal.js/images/gateway/dashboard01.png delete mode 100644 reveal.js/images/gateway/portal01.png delete mode 100644 reveal.js/images/gateway/portal02.png delete mode 100644 reveal.js/images/mqprod/flow01.png (limited to 'reveal.js/images') diff --git a/reveal.js/images/cryptographic_primitives/GCM.svg b/reveal.js/images/cryptographic_primitives/GCM.svg new file mode 100644 index 0000000..5d59d8c --- /dev/null +++ b/reveal.js/images/cryptographic_primitives/GCM.svg @@ -0,0 +1,1500 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/reveal.js/images/cryptographic_primitives/hmac.svg b/reveal.js/images/cryptographic_primitives/hmac.svg new file mode 100644 index 0000000..9f6d2f8 --- /dev/null +++ b/reveal.js/images/cryptographic_primitives/hmac.svg @@ -0,0 +1,165 @@ + +{\displaystyle {\begin{aligned}\operatorname {HMAC} (K,m)&=\operatorname {H} {\Bigl (}{\bigl (}K'\oplus opad{\bigr )}\parallel \operatorname {H} {\bigl (}\left(K'\oplus ipad\right)\parallel m{\bigr )}{\Bigr )}\\K'&={\begin{cases}\operatorname {H} \left(K\right)&{\text{if}}\ K{\text{ is larger than block size}}\\K&{\text{otherwise}}\end{cases}}\end{aligned}}} + + + \ No newline at end of file diff --git a/reveal.js/images/cryptographic_primitives/modes_of_operation.png b/reveal.js/images/cryptographic_primitives/modes_of_operation.png new file mode 100644 index 0000000..d7c9359 Binary files /dev/null and b/reveal.js/images/cryptographic_primitives/modes_of_operation.png differ diff --git a/reveal.js/images/dataporten/dataporten_the_big_picture1.png b/reveal.js/images/dataporten/dataporten_the_big_picture1.png deleted file mode 100644 index 436e2a5..0000000 Binary files a/reveal.js/images/dataporten/dataporten_the_big_picture1.png and /dev/null differ diff --git a/reveal.js/images/dataporten/flow1.png b/reveal.js/images/dataporten/flow1.png deleted file mode 100644 index 0ae3823..0000000 Binary files a/reveal.js/images/dataporten/flow1.png and /dev/null differ diff --git a/reveal.js/images/gateway/dashboard01.png b/reveal.js/images/gateway/dashboard01.png deleted file mode 100644 index 08db6b3..0000000 Binary files a/reveal.js/images/gateway/dashboard01.png and /dev/null differ diff --git a/reveal.js/images/gateway/portal01.png b/reveal.js/images/gateway/portal01.png deleted file mode 100644 index 8ffcad5..0000000 Binary files a/reveal.js/images/gateway/portal01.png and /dev/null differ diff --git a/reveal.js/images/gateway/portal02.png b/reveal.js/images/gateway/portal02.png deleted file mode 100644 index f60e742..0000000 Binary files a/reveal.js/images/gateway/portal02.png and /dev/null differ diff --git a/reveal.js/images/mqprod/flow01.png b/reveal.js/images/mqprod/flow01.png deleted file mode 100644 index 28547fb..0000000 Binary files a/reveal.js/images/mqprod/flow01.png and /dev/null differ -- cgit v1.3