pynss-dev / python-nss

Python bindings for Network Security Services (NSS) and Netscape Portable Runtime (NSPR).
GNU General Public License v2.0
1 stars 2 forks source link

Support HKDF #22

Open cipherboy opened 2 years ago

cipherboy commented 2 years ago

It appears that HKDF is missing as a primitive from both JSS and python-nss. This would again be useful for python-cryptography backends and the places where HKDF appears outside of TLS connections.