implement `hashlib.scrypt`
The Python docs list hashlib.scrypt
as available since Python 3.6. https://docs.python.org/3/library/hashlib.html#hashlib.scrypt I would like to be able to offer this as the default password hashing function in Flask and Werkzeug. https://github.com/pallets/werkzeug/issues/2654