node-ripemd160 2.0.2-5 source package in Ubuntu

Changelog

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

  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-hash-base, node-inherits,
      node-tap, node-tape and nodejs.
    + node-ripemd160: Drop versioned constraint on node-hash-base, node-inherits
      and nodejs in Depends.

 -- Debian Janitor <email address hidden>  Sat, 28 Aug 2021 22:33:28 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ripemd160_2.0.2-5.dsc 2.2 KiB e38370141d469f5b0c6b403dc2667cde1aa8e320b8db0e9e8ec4b4f3ce4e1458
node-ripemd160_2.0.2.orig.tar.gz 4.2 KiB 9564d6b1f0cddf3068b6193a85eeacd6afc35b925f65788be12810719be922c5
node-ripemd160_2.0.2-5.debian.tar.xz 3.7 KiB dade65ff2dd1d909db82cdf4621c2678a49d7fee42ed02146a39490d56d1ed2e

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.