Semi-Private Programming Notes
Everything in this page is specifically for myself, not intended for public consumption. But since there's nothing really stopping these notes from being public, I figured I may as well put them up in some form. Maybe you'll find these useful or inspiring?
Index
Topics I should try to cover
- Topological sort
- How does Python's
functools.cmp_to_key
work? - Common cryptography algorithms
- SSL/TLS
- How does cryptographic signing work?