ruby-hmac 0.4.0-5.1 source package in Ubuntu

Changelog

ruby-hmac (0.4.0-5.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 14 Jun 2022 15:22:41 +0200

Upload details

Uploaded by:
daigo
Uploaded to:
Sid
Original maintainer:
daigo
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hmac_0.4.0-5.1.dsc 2.1 KiB 7cf6732f85b2129bf931de01d4dc221588d97800df922992e9944cdb880abae0
ruby-hmac_0.4.0.orig.tar.gz 4.3 KiB b5e980bd02a388c7eed087d2c53b5beb669f6f40c64152ba2a240b4f0a62874d
ruby-hmac_0.4.0-5.1.debian.tar.xz 4.1 KiB dc70efdf126383ae0efb02c139820ffa8759431bb93c1493bb51d2262a44e8fe

Available diffs

No changes file available.

Binary packages built by this source

ruby-hmac: Ruby interface for HMAC algorithm

 This module provides common interface to HMAC functionality. HMAC is a
 kind of "Message Authentication Code" (MAC) algorithm whose standard is
 documented in RFC2104. Namely, a MAC provides a way to check the integrity
 of information transmitted over or stored in an unreliable medium, based
 on a secret key.