-
Notifications
You must be signed in to change notification settings - Fork 23
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
crypto3.getCiphers is not a function #70
Comments
Did you find a fix for that? I have a suspicion it could be a collusion with another crypto polyfill library but I'm still investigating. |
I am not working on the project anymore (no access anymore) so I don't know if this could be the problem... |
For maintainers I have tried to turn things around but the problem persist. So Line 34 in 919c67e
getHashes Line 80 in 919c67e
Those functions come from Line 1 in 919c67e
However, it seems that I also couldn't find What do you advise from here? |
I don't see any indication that these methods are deprecated. They are still present in the documentation for version v22:
If you're trying to build your application using Rollup for Node.js, you should exclude the If you're building the application for the browser, use the native |
Thanks for checking the docs, I swear I couldn't find them.
My main problem here is that |
Try webcrypto-liner. It supports the |
I am using your package in one of my subpackages in the browser with Angular. However when I call it, I am getting this error:
I am using esbuild and added the polyfills like
On the backend it's working fine, it seems to be a problem with the browser. Do you know if there needs to be an extra import?
The text was updated successfully, but these errors were encountered: