node-ripemd160 2.0.2+~2.0.0-1 source package in Ubuntu

Changelog

node-ripemd160 (2.0.2+~2.0.0-1) unstable; urgency=medium

  * Team upload
  * Embed typescript declarations and repack
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009603)

 -- Yadd <email address hidden>  Fri, 15 Apr 2022 07:10:07 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ripemd160_2.0.2+~2.0.0-1.dsc 2.5 KiB 4c01dd437966d54f432982b155567ae3b229fc46e080960bef73780d3884f269
node-ripemd160_2.0.2+~2.0.0.orig-types-ripemd160.tar.gz 1.5 KiB 7b54a3792862a2122c13daef7a7d18baa5666cd6a61890adc9da85e4e479fc6d
node-ripemd160_2.0.2+~2.0.0.orig.tar.gz 4.2 KiB 9564d6b1f0cddf3068b6193a85eeacd6afc35b925f65788be12810719be922c5
node-ripemd160_2.0.2+~2.0.0-1.debian.tar.xz 3.9 KiB f2644dbacb39316493e4943830733ebf190f3d084eb2ddf3a97aa83c4001596f

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.