hashlib.pbkdf2_hmac has been backported to Python 2.7 (see PEP 466). In order to avoid reinventing the wheel and to include less third party code we switch to the stdlib implementation.
hashlib.pbkdf2_hmac has been backported to Python 2.7 (see PEP 466). In order to avoid reinventing the wheel and to include less third party code we switch to the stdlib implementation.