-
-
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
Error when try to use Diffie-Hellman properties #194
Comments
how did you bundle it ? |
First off all I copied the |
I observe two things that there are maybe one spelling mistake in |
#200 should hopefully fix this issue by trimming down the error messages to only those unimplemented as per the readme. |
I want to use this library in my project to archive NodeJS crypto on browser.
I already downloaded the above package. In the given example it shows
createHash
. I want to use.createDiffieHellman
etc. But, it rises error. Here is my code.and I facing error says, Uncaught TypeError: require(...).createDiffieHellman is not a function in the browser console.
Even I tried to change the code on my computer project/node_modules/crypto-browserify/example/index.html and also tried to copy the repository from github, but result is same.
I can't understand what happen?
The text was updated successfully, but these errors were encountered: