logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Description

       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).

perl v5.38.2                                       2024-03-05                         Digest::MoreFallbacks(3pm)

Name

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

Synopsis

               use Digest::MoreFallbacks;

               Digest->new("SHA-1")

See Also