25 lines
569 B
Markdown
25 lines
569 B
Markdown
# 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
|