node-sha.js 2.4.11+~2.4.0-2 source package in Ubuntu
Changelog
node-sha.js (2.4.11+~2.4.0-2) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + node-sha.js: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Mon, 21 Nov 2022 11:16:07 +0000
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-sha.js_2.4.11+~2.4.0-2.dsc | 2.5 KiB | aae6e7d27e3a3cdd93f44fc8a6650f35971f61906c8b4fdad7c32c808126dff3 |
node-sha.js_2.4.11+~2.4.0.orig-types-sha-js.tar.gz | 1.6 KiB | 783c1a296e2c3db1e38c652f0cc9541208aadbcd8fd4e95f53e5f28dbed06eb6 |
node-sha.js_2.4.11+~2.4.0.orig.tar.gz | 9.9 KiB | 380bc51652e4bc799d94ecce93448a157c171c786de95ac803b99019d6946182 |
node-sha.js_2.4.11+~2.4.0-2.debian.tar.xz | 5.1 KiB | 5f74b28729a753f8be8d1ea04433634616a2a449284d65559aea3b0b0c62b938 |
Available diffs
- diff from 2.4.11+~2.4.0-1 to 2.4.11+~2.4.0-2 (531 bytes)
No changes file available.
Binary packages built by this source
- node-sha.js: 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.