aboutsummaryrefslogtreecommitdiff
path: root/microposts/curve25519.org
diff options
context:
space:
mode:
Diffstat (limited to 'microposts/curve25519.org')
-rw-r--r--microposts/curve25519.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/microposts/curve25519.org b/microposts/curve25519.org
new file mode 100644
index 0000000..f208504
--- /dev/null
+++ b/microposts/curve25519.org
@@ -0,0 +1,5 @@
+#+title: Curve25519
+
+#+date: <2021-12-23>
+
+[[https://research.nccgroup.com/wp-content/uploads/2020/02/A_Tour_of_Curve25519_in_Erlang-1.pdf][A tour of Curve25519]] is a great introduction on elliptic curve encryption. It explains how EC is like modular arithmetic, with the analogue what multiplication to EC is what exponentiation to modular arithmetic.