We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641d6f6 commit c3f9c81Copy full SHA for c3f9c81
mls-rs-crypto-webcrypto/js/node-crypto.js
@@ -1,4 +1,4 @@
1
-const crypto = require("node:crypto");
+const crypto = require("node:crypto").webcrypto;
2
3
module.exports.node_crypto = function() {
4
return crypto;
0 commit comments