EVP_MD-WHIRLPOOL(7SSL)
EVP_MD-WHIRLPOOL - The WHIRLPOOL EVP_MD implementation
| Use Case | Command | Description |
|---|---|---|
| đ Compute WHIRLPOOL hash of a file | openssl dgst -whirlpool file.txt | Computes the WHIRLPOOL digest of a given file. |
| đ Compute WHIRLPOOL hash from stdin | echo -n "data" | openssl dgst -whirlpool | Computes the WHIRLPOOL digest of piped data. |
| đ List available legacy digests | openssl list -digest-commands | Verifies WHIRLPOOL is available (requires legacy provider). |
Support for computing WHIRLPOOL digests through the EVP_MD API.
This implementation is only available with the legacy provider, and is identified with the name "WHIRLPOOL".
This implementation supports the common gettable parameters described in EVP_MD-common(7).
provider-digest(7), OSSL_PROVIDER-default(7)
Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.
đ 3.0.2 (2026-06-02)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-07 01:59 @216.73.216.207
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format