crypto/promises
#4825
Replies: 0 comments 5 replies
-
@nodejs/crypto |
Beta Was this translation helpful? Give feedback.
0 replies
-
Certainly Possible. If you'd like to start working on that I'll definitely support through reviews |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that crypto internals are refactored and Web Cryptography API landed, i think it's time to put
crypto/promises
on the roadmap so that we can push APIs likecrypto.sign
,crypto.verify
,crypto.diffieHellman
,crypto.publicEncrypt
,crypto.privateDecrypt
,Cipher.update/final
andDecipher.update/final
to the libuv threadpool.@jasnell WDYT?
Beta Was this translation helpful? Give feedback.
All reactions