From 587591b2d2bfc8c085a4784eb00820e8f46ec79e Mon Sep 17 00:00:00 2001
From: autistic-symposium-helper
<138340846+autistic-symposium-helper@users.noreply.github.com>
Date: Sat, 9 Nov 2024 22:07:40 +0700
Subject: [PATCH] uncloneable cryptography, by o. sattah (review talking about
quantum money and uncloneable forms of encryption)
---
post_quantum_crypto/README.md | 49 +++++++++++++++++++++++++++++++----
1 file changed, 44 insertions(+), 5 deletions(-)
diff --git a/post_quantum_crypto/README.md b/post_quantum_crypto/README.md
index 4d414ba..173a3c3 100644
--- a/post_quantum_crypto/README.md
+++ b/post_quantum_crypto/README.md
@@ -2,11 +2,50 @@
-* **[how quantum computers break encryption: shor's algorithm explained](https://www.youtube.com/watch?v=lvTqbM5Dq4Q&t=160s)**
-* **[supersingular isogeny key encapsulation (SIKE)](https://sike.org/)**
-* **[bit flipping key encapsulation (BIKE)](https://bikesuite.org/)**
-* **[nist's pqc standardization process: second round candidate announcement](https://csrc.nist.gov/news/2019/pqc-standardization-process-2nd-round-candidates)**
-* **[prototyping post-quantum and hybrid key exchange and authentication in TLS and SSH](https://openquantumsafe.org/papers/NISTPQC-CroPaqSte19.pdf)**
+### shor's algorithm
+
+
+
+* **[how quantum computers break encryption: shor's algorithm explained (video)](https://www.youtube.com/watch?v=lvTqbM5Dq4Q&t=160s)**
* **[when will a quantum computer running shor's algorithm be used to factor one of the rsa numbers for the first time?](https://www.metaculus.com/questions/3684/when-will-a-quantum-computer-running-shors-algorithm-or-a-similar-one-be-used-to-factor-one-of-the-rsa-numbers-for-the-first-time/)**
+
+
+
+----
+
+### nist post-quantum cryptography standardizations
+
+
+
+#### general resources
+
+
+
+* **[nist's pqc standardization process: second round candidate announcement](https://csrc.nist.gov/news/2019/pqc-standardization-process-2nd-round-candidates)**
* **[minimum quantum assumptions for cryptography workshop, simons institute](https://www.youtube.com/playlist?list=PLgKuh-lKre12DNtplRAQIwbJf_46HSMfB)**
+
+
+#### bike
+
+
+
+* **[bit flipping key encapsulation (BIKE)](https://bikesuite.org/)**
+
+
+
+#### sike
+
+* **[supersingular isogeny key encapsulation (SIKE)](https://sike.org/)**
+
+
+
+----
+
+### quantum key distribution (qkd)
+
+
+
+* **[prototyping post-quantum and hybrid key exchange and authentication in TLS and SSH](https://openquantumsafe.org/papers/NISTPQC-CroPaqSte19.pdf)**
+* **[uncloneable cryptography, by o. sattah](https://arxiv.org/pdf/2210.14265)** (review talking about quantum money and uncloneable forms of encryption)
+