Name

hmac_sha1_hex —

DESCRIPTION

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

hmac_sha1_hex is available in Interchange versions:

5.8.0, 5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: dist/strap/config/hmac_sha1_hex.filter
Lines: 9


CodeDef hmac_sha1_hex Filter
CodeDef hmac_sha1_hex Description hmac_sha1_hex hashing
CodeDef hmac_sha1_hex Routine <<EOR
use Digest::SHA;
sub {
my ($val, undef, $key) = @_;
return Digest::SHA::hmac_sha1_hex($val, $key);
}
EOR

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!