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 29 30 31 32 33 34
|
Source: node-hash.js
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
, dpkg-dev (>= 1.17.14)
, nodejs (>= 4.7)
, node-inherits (>= 2.0.1) <!nocheck>
, node-assert (>= 1.0) <!nocheck>
, mocha (>= 1.18.4) <!nocheck>
Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://github.com/indutny/hash.js
Vcs-Git: https://salsa.debian.org/js-team/node-hash.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-hash.js
Package: node-hash.js
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
, node-inherits (>= 2.0.1)
, node-assert (>= 1.0)
Description: Hash functions that could be run by both browser and nodejs
This module implements a few classical hash function that could be run
in browser and in nodejs context.
.
Hash functions implemented includes ripemd160,sha1, sha224, sha256,
sha384, sha512.
.
Node.js is an event-based server-side JavaScript engine.
|