Projekt

Obecné

Profil

Stáhnout (351 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
var crypto = require('crypto')
2
3
// getDiffieHellman
4
exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup
5
exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup
6
exports.getDiffieHellman = crypto.getDiffieHellman
7
8
// createDiffieHellman
9
exports.createDiffieHellman = crypto.createDiffieHellman
10
exports.DiffieHellman = crypto.DiffieHellman