Source: node-diffie-hellman
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
 , dpkg-dev (>= 1.17.14)
 , node-tape (>= 3.0.1) <!nocheck>
 , node-tap (>= 8) <!nocheck>
 , node-randombytes (>= 2.0.0)  <!nocheck>
 , node-miller-rabin (>= 4.0.0)  <!nocheck>
 , node-bn.js (>= 4.1.0)  <!nocheck>
 , node-safe-buffer (>= 5.1.2) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/crypto-browserify/diffie-hellman
Vcs-Git: https://salsa.debian.org/js-team/node-diffie-hellman.git
Vcs-Browser: https://salsa.debian.org/js-team/node-diffie-hellman

Package: node-diffie-hellman
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-randombytes (>= 2.0.0)
 , node-miller-rabin (>= 4.0.0)
 , node-bn.js (>= 4.1.0)
 , node-safe-buffer (>= 5.1.2)
Description: pure javascript diffie-hellman key exchange
 Diffie–Hellman key exchange (DH) is a specific method of securely
 exchanging cryptographic keys over a public channel. The
 Diffie–Hellman key exchange method allows two parties that have no
 prior knowledge of each other to jointly establish a shared secret key
 over an insecure channel. This key can then be used to encrypt
 subsequent communications using a symmetric key cipher.
 .
 Node.js is an event-based server-side JavaScript engine.
