more node:crypto
#2692
Replies: 5 comments 4 replies
-
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.
-
Got |
Beta Was this translation helpful? Give feedback.
-
obviously
|
Beta Was this translation helpful? Give feedback.
-
The lack of these functions means that Auth.js seems to be completely broken on Pages (at least with SvelteKit) - would be great if this was resolved :) |
Beta Was this translation helpful? Give feedback.
-
I'm also having issues with |
Beta Was this translation helpful? Give feedback.
-
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