File: control

package info (click to toggle)
node-sha.js 2.4.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • sloc: sh: 13; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download
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
35
36
37
38
39
40
Source: node-sha.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 (>= 11)
 , dh-buildinfo
 , nodejs (>= 4.7)
 , dpkg-dev (>= 1.17.14)
 , node-tape (>= 3.0.1) <!nocheck>
 , node-tap (>= 10) <!nocheck>
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-safe-buffer (>= 5.0.1)  <!nocheck>
 , node-hash-test-vectors <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/crypto-browserify/sha.js
Vcs-Git: https://salsa.debian.org/js-team/node-sha.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sha.js

Package: node-sha.js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-inherits (>= 2.0.1)
 , node-safe-buffer (>= 5.0.1)
Description: Streamable SHA hashes in pure javascript
 This module implements a fast and memory efficient (in place)
 SHA familly hash function in pure javascript.
 .
 SHA function are cryptographic hashs function designed by
 the United States National Security Agency and is a
 U.S. Federal Information Processing Standard published
 by the United States NIST. SHA-1 produces a 160-bit (20-byte)
 hash value known as a message digest.
 .
 This module implements: sha, sha1, sha256, sha512.
 .
 Node.js is an event-based server-side JavaScript engine.