node-create-ecdh 4.0.0-1 source package in Ubuntu

Changelog

node-create-ecdh (4.0.0-1) unstable; urgency=low

  * Initial release (Closes: #861791)

 -- Pirate Praveen <email address hidden>  Thu, 04 May 2017 11:15:15 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-create-ecdh_4.0.0-1.dsc 2.0 KiB 2371fcb31e29c45b3a25c0659377a72812146b517f21927f4b586a3804c0df97
node-create-ecdh_4.0.0.orig.tar.gz 2.3 KiB 3d7098908bfe7a23f1ee406b3315012b834fc99b90c4e201eb78ac11bb4609c4
node-create-ecdh_4.0.0-1.debian.tar.xz 2.0 KiB 40989d8c521f40ea9094b6a8b5dacb5c91c4ad3f75055340f36ea3d6b4a86747

No changes file available.

Binary packages built by this source

node-create-ecdh: browserifiable createECDH

 In io.js or node >= 0.11 this module is just a shortcut to crypto.createECDH.
 In node <= 0.11 or the browser this is a pure JavaScript implimentation, more
 specifically a wrapper around elliptic to give it the same API as node.
 .
 Node.js is an event-based server-side JavaScript engine.