aboutsummaryrefslogtreecommitdiff
path: root/microposts/curve25519.org
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-02-06 21:25:01 +1100
committerYuchen Pei <hi@ypei.me>2022-02-06 21:25:01 +1100
commit2c422ce0a29154964cbb5011182711b1570541f9 (patch)
treebf363dcf1271ab7b2a36a34e2ca459f62b2849a0 /microposts/curve25519.org
parent292bab155170594932cc397683ba228fbc9791b9 (diff)
updated a bunch
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.