Initial commit: math notes vault

This commit is contained in:
2026-03-14 14:20:16 +00:00
commit d56191fd7a
14 changed files with 443 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Cryptography Foundations
## Topics
- One-way Functions
- Hash Functions
- RSA (number theory foundation)
- Symmetric Cryptography (math background)
- Public Key Cryptography (math requirements)
## Resources
- Build from: Number Theory, Linear Algebra, Algorithms
- MIT 6.1200J (as foundation)
- Will add crypto-specific resources later
## Key Concepts
(Add as you learn)
## Related
- [[number-theory/00-index|Number Theory]]
- [[linear-algebra/00-index|Linear Algebra]]
- [[algorithms/00-index|Algorithms]]
## Status
⏳ Not ready yet — build foundation first