crypto: add function getDiffieHellman()
authorTomasz Buchert <tomek.buchert@gmail.com>
Sun, 22 Jan 2012 18:24:37 +0000 (19:24 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 21 Feb 2012 13:07:25 +0000 (14:07 +0100)
commitc6a04ce78f9fcc07bc1ae108c402fba508344202
treefcbb517d4ae82b6ca3ae49c553d988f5db4f64b9
parent19133cac029c6641e94f7f2e7fbce92c859e3846
crypto: add function getDiffieHellman()

Returns a well known, predefined RFC group.
doc/api/crypto.markdown
lib/crypto.js
src/node_crypto.cc
src/node_crypto_groups.h [new file with mode: 0644]
test/simple/test-crypto-dh.js [new file with mode: 0644]