Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim distribution size #177

Open
jonhartnett opened this issue Jun 29, 2018 · 3 comments
Open

Trim distribution size #177

jonhartnett opened this issue Jun 29, 2018 · 3 comments

Comments

@jonhartnett
Copy link

This package is a hefty ~25 mb on disk! About 90% of that is .obj and .pdb files in the build folder that are not needed outside of development. The install script should be modified to delete extraneous debugging files after building.

@chrisveness
Copy link

I think Barry may have abandoned this project. If you are using Node.js v10.5.0+, you could try my scrypt-kdf, which is a simple pure-JS wrapper around the native OpenSSL implementation of scrypt. If you try it, I would be interested to know whether you have any issues.

@jonhartnett
Copy link
Author

Unfortunately, I am limited to Node 8.10 thanks to AWS lambda. However, if I need scrypt functionality in a future project, I will be sure to consider your library.

@chrisveness
Copy link

@jonhartnett if it's still of interest, scrypt-async can be used as a polyfill for the OpenSSL scrypt, to enable scrypt-kdf to be used with Node.js prior to 10.5.0 – there is an explanation in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants