EVP_MD-BLAKE2 - The BLAKE2 EVP_MD implementation
| Use Case | Command | Description |
|---|---|---|
| Compute BLAKE2S-256 digest | openssl dgst -blake2s256 file | Output BLAKE2S-256 hash of file |
| Compute BLAKE2B-512 digest | openssl dgst -blake2b512 file | Output BLAKE2B-512 hash of file |
| List all digest commands | openssl list -digest-commands | Shows available digest algorithms, including blake2s256 and blake2b512 |
Support for computing BLAKE2 digests through the EVP_MD API.
This implementation is only available with the default provider, and includes the following varieties:
BLAKE2S-256 â Known names are "BLAKE2S-256" and "BLAKE2s256".BLAKE2B-512 â Known names are "BLAKE2B-512" and "BLAKE2b512".This implementation supports the common gettable parameters described in EVP_MD-common(7).
provider-digest(7), OSSL_PROVIDER-default(7)
Copyright 2020-2022 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.22-1-g1b0fcb4 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-05 06:42 @216.73.216.52
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format