more node:crypto
#2692
demosjarco
started this conversation in
Node.js APIs
Replies: 1 comment
-
These are coming. No specific timeline yet as it's a very large project and we're working to also do some cleanup in node.js to make it the task easier. It'll take some time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From
node:crypto
:createECDH
createCipher
createCipheriv
createDecipher
createDecipheriv
createHash
createHmac
I've confirmed these are missing upstream from
uncrypto
(insideunenv
)I'm looking to do ECIES with the
standard-ecies
package and it uses these crypto calls under the hood.Beta Was this translation helpful? Give feedback.
All reactions