crypto/promises
#36181
Replies: 2 comments 3 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
-
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