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

implement crypto.ECDH #18416

Closed
jd1378 opened this issue Mar 24, 2023 · 2 comments
Closed

implement crypto.ECDH #18416

jd1378 opened this issue Mar 24, 2023 · 2 comments

Comments

@jd1378
Copy link

jd1378 commented Mar 24, 2023

I was trying to use a npm package (npm:@eneris/push-receiver@3.1.4), where I ran to this problem when running the code:

Uncaught Error: Not implemented: crypto.ECDH

weird thing is, when using import { PushReceiver } from "https://esm.sh/@eneris/push-receiver@3.1.4?deno-std=0.177.0"; , I don't see the error happening (the package still doesn't work though). is it implemented on std 0.177.0 ? but then when node part of std is moved to Deno its removed ?

@MiguelRipoll23
Copy link

I was trying to use the web-push node.js module and the same situation occurred unfortunately.

@bartlomieju
Copy link
Member

I'm gonna close this issue in favor of #18455 where we got a list of all crypto APIs that are missing.

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

No branches or pull requests

4 participants