mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 05:50:01 +00:00
5 lines
225 B
TypeScript
5 lines
225 B
TypeScript
const nodeCrypto = require('crypto')
|
|
const browserDH = require('diffie-hellman/browser')
|
|
nodeCrypto.createDiffieHellmanGroup = browserDH.createDiffieHellmanGroup
|
|
nodeCrypto.createDiffieHellman = browserDH.createDiffieHellman
|