summaryrefslogtreecommitdiffstats
path: root/rules/digest-hmac-perl.in
blob: e1797cbeb5e35f2f0877adfa9f53fa042bea5448 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=perl

config DIGEST_HMAC_PERL
	tristate
	select PERL
	prompt "Digest::HMAC"
	help
	  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.