This commit is contained in:
Zheyuan Wu
2026-03-24 15:28:40 -05:00
parent a7640075cb
commit 04cda8c4ca
4 changed files with 115 additions and 10 deletions

View File

@@ -59,6 +59,14 @@
### Post-Quantum (PQ) crypto
- Fundamentally different computation paradigm than "classical" von Neumann or dataflow models
- Relies on properties of quantum physics to solve problems efficiently
- Superposition: state of quantum bit ("qubit") expressed by probability model over continuous range of values (vs. classic bit: 0 or 1 only)
- Like being able to operate on all possible bit combos of a register simultaneously, instead of operating on only one among all possibilities
- Entanglement: operating on one qubit affects others
### Zero-Knowledge (ZK) proofs
### Homomorphic encryption