UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

11 lines (8 loc) 351 B
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