crypto.createECDH()

crypto.createECDH(curve_name)

Creates an Elliptic Curve Diffie-Hellman (ECDH) key exchange object using a predefined curve specified by the curve_name string. Use crypto.getCurves() to obtain a list of available curve names. On recent OpenSSL releases, openssl ecparam -list_curves will also display the name and description of each available elliptic curve.

doc_Nodejs
2016-04-30 04:38:28
Comments
Leave a Comment

Please login to continue.