mirror of
https://github.com/eugeny/tabby
synced 2026-09-10 07:05:53 +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
|