crypto: implement privateEncrypt/publicDecrypt
authorFedor Indutny <fedor@indutny.com>
Tue, 27 Jan 2015 19:58:14 +0000 (22:58 +0300)
committerFedor Indutny <fedor@indutny.com>
Tue, 27 Jan 2015 23:02:52 +0000 (02:02 +0300)
commit87e62bd4c87e8674e3d1c432506e9b4991784ee2
treeaa377dab8988789ac34dd4df50a1eba7ca8dcae4
parentb50fea4d490278b291321e6b96c49cf20bee1552
crypto: implement privateEncrypt/publicDecrypt

PR-URL: https://github.com/iojs/io.js/pull/625
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Fix iojs/io.js#477
doc/api/crypto.markdown
lib/crypto.js
src/node_crypto.cc
src/node_crypto.h
test/parallel/test-crypto.js