mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
28 lines
931 B
Markdown
28 lines
931 B
Markdown

|
|
|
|
# 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).
|