1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ruby-hmac
Section: ruby
Priority: optional
Maintainer: Daigo Moriwaki <daigo@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>,
Antonio Terceiro <terceiro@softwarelivre.org>,
Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~),
ruby-minitest
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hmac.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-hmac.git;a=summary
Homepage: http://ruby-hmac.rubyforge.org
XS-Ruby-Versions: all
Package: ruby-hmac
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${shlibs:Depends},
ruby | ruby-interpreter
Description: 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.
|