Projekt

Obecné

Profil

Stáhnout (357 Bajtů) Statistiky
| Větev: | Revize:
1
var crypto = require('crypto')
2

    
3
exports.createCipher = exports.Cipher = crypto.createCipher
4
exports.createCipheriv = exports.Cipheriv = crypto.createCipheriv
5
exports.createDecipher = exports.Decipher = crypto.createDecipher
6
exports.createDecipheriv = exports.Decipheriv = crypto.createDecipheriv
7
exports.listCiphers = exports.getCiphers = crypto.getCiphers
(5-5/7)