chromaLTS
chromaLTS
DDeno
Created by chromaLTS on 10/2/2024 in #help
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
Please help ❤️ my brain is beginning to melt 🫠 I'm trying to implement ECIES (Elliptic Curve Integrated Encryption Scheme) capabilities in my app, but the standard crypto library doesn't support it. This is because the standard implementation is based on either a faulty Chrome implementation or a faulty Node.js implementation. However, Node.js does have a fix, but it's hidden behind the --experimental-modules flag. In deno is there a way to enable this when importing modules from Node.js? Or am I forced to switch back to Node.js?
14 replies