ruby-hmac 0.4.0-3 source package in Ubuntu
Changelog
ruby-hmac (0.4.0-3) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Paul van Tilburg <email address hidden> Tue, 26 Jun 2012 21:12:10 +0200
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-hmac_0.4.0-3.dsc | 1.5 KiB | c7f3ea09497dd52f2f8058b6d40438cc2536c5f3cbe37cbe685adf69c34b2dd6 |
ruby-hmac_0.4.0.orig.tar.gz | 4.3 KiB | b5e980bd02a388c7eed087d2c53b5beb669f6f40c64152ba2a240b4f0a62874d |
ruby-hmac_0.4.0-3.debian.tar.gz | 3.4 KiB | 6a290040b15c5445cf79a0f19cd531f5b0aad96b76b54c6ea1e8fce22c3ff35d |
Available diffs
- diff from 0.4.0-2 to 0.4.0-3 (522 bytes)
No changes file available.
Binary packages built by this source
- libhmac-ruby: No summary available for libhmac-ruby in ubuntu trusty.
No description available for libhmac-ruby in ubuntu trusty.
- libhmac-ruby1.8: No summary available for libhmac-ruby1.8 in ubuntu trusty.
No description available for libhmac-ruby1.8 in ubuntu trusty.
- 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.