node-ripemd160 2.0.2-4 source package in Ubuntu

Changelog

node-ripemd160 (2.0.2-4) unstable; urgency=medium

  * Move to /usr/share
  * Bump policy (no changes)

 -- Bastien Roucariès <email address hidden>  Fri, 20 Sep 2019 23:06:39 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ripemd160_2.0.2-4.dsc 2.3 KiB e605f4943611dc0ee6577d7cc3565963cf3e49471908f53c8eb9463538c22945
node-ripemd160_2.0.2.orig.tar.gz 4.2 KiB 9564d6b1f0cddf3068b6193a85eeacd6afc35b925f65788be12810719be922c5
node-ripemd160_2.0.2-4.debian.tar.xz 3.5 KiB 5896067717246b07d7a49cd3d484bd5eeeb04f65667d79cf2886e2d0b735e8e6

Available diffs

No changes file available.

Binary packages built by this source

node-ripemd160: Pure javascript implementation of ripemd160 hash function

 RIPEMD (RACE Integrity Primitives Evaluation Message Digest) is a family
 of cryptographic hash functions developed in Leuven, Belgium,
 by Hans Dobbertin, Antoon Bosselaers and Bart Preneel
 at the COSIC research group at the Katholieke Universiteit Leuven,
 and first published in 1996.
 .
 RIPEMD was based upon the design principles used in MD4,
 and is similar in performance to the more popular SHA-1.
 .
 RIPEMD-160 is an improved, 160-bit version of the original RIPEMD,
 and the most common version in the family.
 RIPEMD-160 was designed in the open academic community,
 in contrast to the NSA-designed SHA-1 and SHA-2 algorithms.
 .
 Node.js is an event-based server-side JavaScript engine.