On 4/2/25 16:18, Greg Wooledge wrote:
On Wed, Apr 02, 2025 at 16:07:36 -0700, David Christensen wrote:But installing libdigest-sha-perl does not provide Digest::SHA256:They are different modules. https://metacpan.org/pod/Digest::SHA256 https://metacpan.org/pod/Digest::SHA Digest::SHA256 appears to be much, much older and probably abandoned.
2025-04-02 16:31:51 dpchrist@laalaa ~ $ perl -e 'use Digest::SHA qw(sha256_hex); print sha256_hex("hello"), $/' 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 2025-04-02 16:32:01 dpchrist@laalaa ~ $ Thank you. David