Files
appliedcrypto/unit09_future/README.md
2022-04-08 06:53:20 +01:00

28 lines
931 B
Markdown

![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg)
# Unit 9: Future Crypto
The key concepts are:
* Light-weight cryptography.
* Zero-knowledge proof (ZKP).
* Homomorphic encryption.
* Quantum-robust encryption.
## What you should know at the end of unit?
* Understand the usage of Light-weight cryptography.
* Understand the usage of Zero-knowledge proofs.
## Material
* Week 9 Lecture (Video): [here](https://youtu.be/CKZjrCnUrAM).
* Week 9 Lecture (PDF): [here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lecture).
* Week 9 Lab (PDF): [here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lab).
## A few demos and articles
* Light-weight crypto: [here](https://asecuritysite.com/light).
* ZKP: [here](https://asecuritysite.com/zero).
* PCQ: [here](https://asecuritysite.com/pqc).