node-sha.js 2.4.11-2 source package in Ubuntu

Changelog

node-sha.js (2.4.11-2) unstable; urgency=medium

  * Bug fix: "FTBFS and autopkgtest failure on 32-bit", thanks to Graham
    Inggs (Closes: #899334).

 -- Bastien Roucariès <email address hidden>  Fri, 01 Jun 2018 15:15:51 +0200

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 Pocket Published Component Section
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sha.js_2.4.11-2.dsc 2.2 KiB 20205e68545071d3bcdf7644516cf981496c2c7034e07a231488f57de572d489
node-sha.js_2.4.11.orig.tar.gz 9.9 KiB 380bc51652e4bc799d94ecce93448a157c171c786de95ac803b99019d6946182
node-sha.js_2.4.11-2.debian.tar.xz 4.7 KiB 3876eb735c6bd640afe44371fb72725c945bca4a136acf0958d46fd88c44ae20

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.