-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently this packages uses the scrypt package, but since Node v10.5, Node ships with it's own built-in crypto.scrypt implementation.
Is their plans to support this?
A possible integration plan would be:
- Make the
scryptpackage optional - Use
crypto.scryptwhen possible, fallback toscryptpackage- If both are not found (< v10.5 && package not install), throw an error
- Bump major version (since this is a breaking change)
- Add in the README to install
scryptif using Node < v10.5
- Add in the README to install
Would that be a good plan? I would be willing to implement this if we have a consensus.
Metadata
Metadata
Assignees
Labels
No labels