Digest::MoreFallbacks - Provide additional fallbacks in L's MMAP table.


Crypt-Util documentation  | view source Contained in the Crypt-Util distribution.

Index


NAME

Top

Digest::MoreFallbacks - Provide additional fallbacks in Digest's MMAP table.

SYNOPSIS

Top

	use Digest::MoreFallbacks;

	Digest->new("SHA-1")

DESCRIPTION

Top

This module adds entries to Digest's algorithm to implementation table. The intent is to provide better fallback facilities, including pure Perl modules (Digest::SHA::PurePerl, Digest::MD5), and facilitating for modules that don't match the naming convention (Crypt::RIPEMD160 would have worked if it were named Digest::RIPEMD160).


Crypt-Util documentation  | view source Contained in the Crypt-Util distribution.