X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/ecc-jsbn
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
ecc-jsbn
/
ðŸ“
..
📄
LICENSE
(1.05 KB)
📄
README.md
(402 B)
📄
index.js
(1.79 KB)
ðŸ“
lib
📄
package.json
(1.54 KB)
📄
test.js
(682 B)
Editing: test.js
var ecc = require("./index.js"); var key1 = new ecc.ECKey(ecc.ECCurves.secp160r1); var key2 = new ecc.ECKey(ecc.ECCurves.secp160r1); console.log(key1.deriveSharedSecret(key2)); var key3 = new ecc.ECKey(ecc.ECCurves.secp160r1,key1.PrivateKey); var key4 = new ecc.ECKey(ecc.ECCurves.secp160r1,key2.PublicKey,true); console.log(key3.deriveSharedSecret(key4)); var key1 = new ecc.ECKey(ecc.ECCurves.secp256r1); var key2 = new ecc.ECKey(ecc.ECCurves.secp256r1); console.log(key1.deriveSharedSecret(key2)); var key3 = new ecc.ECKey(ecc.ECCurves.secp256r1,key1.PrivateKey); var key4 = new ecc.ECKey(ecc.ECCurves.secp256r1,key2.PublicKey,true); console.log(key3.deriveSharedSecret(key4));
Upload File
Create Folder