Subject: | No Access to SHA-224 |
Hello Gisle,
Digest.pm (Version 1.10) allows access to all SHA algorithms except SHA-224. I believe that Digest::SHA is the only CPAN module at present that supports SHA-224, so inserting the line
"SHA-224" => [["Digest::SHA", 224]],
at a convenient spot in %MMAP should hopefully do the trick.
Regards, Mark