uncloneable cryptography, by o. sattah (review talking about quantum money and uncloneable forms of encryption)

This commit is contained in:
autistic-symposium-helper 2024-11-09 22:07:40 +07:00 committed by GitHub
parent 5f8f6334d5
commit 587591b2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,50 @@
<br>
* **[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
<br>
* **[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/)**
<br>
----
### nist post-quantum cryptography standardizations
<br>
#### general resources
<br>
* **[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)**
<br>
#### bike
<br>
* **[bit flipping key encapsulation (BIKE)](https://bikesuite.org/)**
<br>
#### sike
* **[supersingular isogeny key encapsulation (SIKE)](https://sike.org/)**
<br>
----
### quantum key distribution (qkd)
<br>
* **[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)