Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update featured posts
  • Loading branch information
AleksandrHovhannisyan committed Sep 9, 2023
1 parent 24f21ad commit a96dff1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Expand Up @@ -6,7 +6,6 @@ categories: [essay, gaming]
commentsId: 40
thumbnail: ./images/thumbnail.jpg
lastUpdated: 2021-10-24
isFeatured: true
---

{% aside %}
Expand Down
Expand Up @@ -6,6 +6,7 @@ categories: [design-patterns, cpp]
commentsId: 33
thumbnail: ./images/thumbnail.png
lastUpdated: 2023-08-14
isFeatured: true
redirectFrom:
- /blog/finite-state-machine-fsm-tutorial-implementing-an-fsm-in-c/
---
Expand Down
1 change: 0 additions & 1 deletion src/_posts/2021-09-28-nfts-are-a-problem/index.md
Expand Up @@ -5,7 +5,6 @@ categories: [essay, nft, art, money]
keywords: [nfts, digital ownership, ownership, art]
lastUpdated: 2021-12-18
commentsId: 114
isFeatured: true
thumbnail:
url: https://images.unsplash.com/photo-1626162987518-4fee900a9323?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&h=900&q=80
---
Expand Down
1 change: 0 additions & 1 deletion src/_posts/2021-10-31-eleventy-image-plugin/index.md
Expand Up @@ -5,7 +5,6 @@ keywords: [11ty image, 11ty image plugin]
categories: [webperf, 11ty, images, node]
commentsId: 118
lastUpdated: 2022-06-10
isFeatured: true
redirectFrom:
- /blog/eleventy-image-lazy-loading/
thumbnail:
Expand Down
1 change: 1 addition & 0 deletions src/_posts/2022-05-10-use-rems-for-font-size/index.md
Expand Up @@ -4,6 +4,7 @@ description: Of all the CSS units, rems are the most accessible for font sizing,
keywords: [rems, font size, responsive font size, preferred font size]
categories: [css, typography, accessibility]
lastUpdated: 2023-06-14
isFeatured: true
thumbnail:
url: https://images.unsplash.com/photo-1624558347497-df07e0096f5a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8bWFnbmlmeWluZyUyMGdsYXNzJTIwYm9va3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=1600&h=900&q=60
---
Expand Down
Expand Up @@ -5,6 +5,7 @@ keywords: [diffie hellman, congruence modulo, key exchange]
categories: [cryptography, security, math]
layout: mathPost
lastUpdated: 2022-12-01
isFeatured: true
---

I recently took an interest in cryptography and began working through Simon Singh's *The Code Book* and some supplementary resources for beginners. For the most part, it was smooth sailing until I arrived at the chapter on public key cryptography and [the Diffie-Hellman key exchange](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange). The concept itself made sense after I read through some analogies involving color mixing, especially in this video by Art of the Problem: [Public key cryptography - Diffie-Hellman Key Exchange (full version)](https://www.youtube.com/watch?v=YEBfamv-_do&t=162s). But I knew that anything more than a superficial understanding of this algorithm was going to require that I become comfortable with the math.
Expand Down

0 comments on commit a96dff1

Please sign in to comment.