Gazebo_simulation-Frontend/node_modules/diffie-hellman/index.js
2020-12-21 10:29:31 -05:00

11 lines
351 B
JavaScript

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