whirlpoolsum
A 512-bit, collision-resistant, one-way hash function
Install
- All systems
-
curl cmd.cat/whirlpoolsum.sh
- Debian
-
apt-get install libdigest-whirlpool-perl
- Ubuntu
-
apt-get install libdigest-whirlpool-perl
- Kali Linux
-
apt-get install libdigest-whirlpool-perl
- Fedora
-
dnf install libwhirlpool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdigest-whirlpool-perl
- Raspbian
-
apt-get install libdigest-whirlpool-perl
- Dockerfile
- dockerfile.run/whirlpoolsum
libdigest-whirlpool-perl
A 512-bit, collision-resistant, one-way hash function
Provides an interface to the WHIRLPOOL hash algorithm. This module subclasses Digest::base and can be used either directly or through the Digest meta-module. Using the latter is recommended.