# HMAC-based Extract-and-Expand Key Derivation Function Here's an amatuerish breakdown and implementation of HKDF, as seen in [RFC 5869](https://datatracker.ietf.org/doc/html/rfc5869). TODO