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

Node compat: Not implemented: crypto.hkdf #18423

Closed
Jakob5358 opened this issue Mar 24, 2023 · 1 comment
Closed

Node compat: Not implemented: crypto.hkdf #18423

Jakob5358 opened this issue Mar 24, 2023 · 1 comment

Comments

@Jakob5358
Copy link

Now that crypto.createSecretKey is implemented (Thanks littledivy 👍), I tried running my sveltekit project again using deno. This time I'm getting another error from the authjs npm package:
Error: Not implemented: crypto.hkdf
It seems to stem from ext/node/polyfills/internal/crypto/hkdf.ts file.

I don't know alot about crypto algorithms, but it seems some kind of hdkf is already implemented for deno, perhaps that could be used under the hood? You'll have to decide.

@littledivy
Copy link
Member

We're tracking all missing APIs of node:crypto in #18455. Closing.

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