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 #3278

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

implement crypto.ECDH #3278

jd1378 opened this issue Mar 23, 2023 · 2 comments

Comments

@jd1378
Copy link
Contributor

jd1378 commented Mar 23, 2023

Is your feature request related to a problem? Please describe.

Yes. 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

Describe alternatives you've considered

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 ?

@iuioiua
Copy link
Contributor

iuioiua commented Mar 24, 2023

The error would be a missing piece of the Node compatibility layer, which is no longer part of the standard library. This issue belongs in the main Deno repo.

@jd1378
Copy link
Contributor Author

jd1378 commented Mar 24, 2023

opened in main deno repo: denoland/deno#18416

@jd1378 jd1378 closed this as completed Mar 24, 2023
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