Files
Ceras/themes/ceras/node_modules/diffie-hellman/index.js
T
2023-07-12 16:31:19 +01:00

11 lines
351 B
JavaScript
Executable File

var crypto = require('crypto')
// getDiffieHellman
exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup
exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup
exports.getDiffieHellman = crypto.getDiffieHellman
// createDiffieHellman
exports.createDiffieHellman = crypto.createDiffieHellman
exports.DiffieHellman = crypto.DiffieHellman