-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Support md4 #184
Comments
in the short term you probably want to use that package directly, I'm not sure if we want to add it in, and if we did how quickly it would go in |
How can I add this only for my use case? Can you help me out here? What do I need to do to support md4 in my case? |
BTW, thanks for your quick response, I really appreciate it. |
you can just directly require and use that library you linked to |
The problem is I am using a lib that uses the 'crypto' lib and passes in |
A polyfill may help with this particular usage case in your webpack config. |
I am running into an issue where I need to support md4 hashes. Would it be an option to use this package to support md4?
The text was updated successfully, but these errors were encountered: