python-hkdf
python-hkdf copied to clipboard
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) implemented in Python.
The HKDF reference points to the draft that expired 14 years ago. This set of changes the reference to the official IETF RFC 5869. It also changes, removes the use...
Would it be possible to include the licence in the pypi release? It is causing issues with a conda build.
Would it be possible to release tags on github as well as pypi? It would help some with the conda packaging.
I'd like to use `HKDF` but I'm running into a couple of issues: 1. The output is currently limited to `hashlen * 255`. 2. It is necessary to know the...