1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: node-ecc-jsbn
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 12)
, node-jsbn <!nocheck>
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-ecc-jsbn
Vcs-Git: https://salsa.debian.org/js-team/node-ecc-jsbn.git
Homepage: https://github.com/quartzjer/ecc-jsbn
Rules-Requires-Root: no
Package: node-ecc-jsbn
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-jsbn
Description: ECC JS code based on JSBN
Elliptic Curve Cryptography package based on jsbn from Tom Wu.
This is a subset of the same interface as the node compiled module ecc,
but works in the browser too. It also uses point compression now.
.
Node.js is an event-based server-side JavaScript engine.
|