Diffie-Hellman key exchange is a really cool trick and this video explains it clearly in 2'18"
Perhaps it needs to be longer, adding that (a^b)^c is the tiny number and a^(b^c) is the huge number. Diffie-Hellman uses the tiny number because it is a bit lame (a^b)^c = a^(b times c) = a^(c times b) = (a^c)^b
I like to make my examples with Common Lisp, because the fully parenthesised prefix notation makes things explicit. No stubbing by toe on what 3^5^7 actually means.
Trope 0 points 18 hours ago
I remember learning about this years ago. I’m well beyond the point of caring by now.