Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.js 351B

12345678910
  1. var crypto = require('crypto')
  2. // getDiffieHellman
  3. exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup
  4. exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup
  5. exports.getDiffieHellman = crypto.getDiffieHellman
  6. // createDiffieHellman
  7. exports.createDiffieHellman = crypto.createDiffieHellman
  8. exports.DiffieHellman = crypto.DiffieHellman