Package: digest-hmac-pm
Version: 1.04
Revision: 1
License: Artistic/GPL
Description: Keyed-Hashing for Message Authentication
DescDetail: <<
	HMAC is used for message integrity checks between two parties that
	share a secret key, and works in combination with some other Digest
	algorithm, usually MD5 or SHA-1.  The HMAC mechanism is described in
	RFC 2104.
	
	The Digest::HMAC module follow the common Digest:: interface, but the
	constructor takes the secret key and the name of some other simple
	Digest:: module as argument.
<<
Maintainer: Daniel Johnson <daniel@daniel-johnson.org>
Homepage: https://metacpan.org/dist/Digest-HMAC/

Source: mirror:cpan:authors/id/A/AR/ARODLAND/Digest-HMAC-%v.tar.gz
Source-Checksum: SHA256(d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4)

Type: perl
UpdatePOD: true

DocFiles: Changes LICENSE README