mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 11:48:11 +00:00
25 lines
706 B
Markdown
25 lines
706 B
Markdown

|
|
|
|
# Unit 9: Future Crypto
|
|
|
|
The key concepts are:
|
|
|
|
* Zero-knowledge proof (ZKP).
|
|
* Homomophic encryption.
|
|
* Tokenization.
|
|
* 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).
|
|
|
|
|
|
|