1EVP_MD-BLAKE2(7ossl) OpenSSL EVP_MD-BLAKE2(7ossl)
2
3
4
6 EVP_MD-BLAKE2 - The BLAKE2 EVP_MD implementation
7
9 Support for computing BLAKE2 digests through the EVP_MD API.
10
11 Identities
12 This implementation is only available with the default provider, and
13 includes the following varieties:
14
15 BLAKE2S-256
16 Known names are "BLAKE2S-256" and "BLAKE2s256".
17
18 BLAKE2B-512
19 Known names are "BLAKE2B-512" and "BLAKE2b512".
20
21 Gettable Parameters
22 This implementation supports the common gettable parameters described
23 in EVP_MD-common(7).
24
26 provider-digest(7), OSSL_PROVIDER-default(7)
27
29 Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
30
31 Licensed under the Apache License 2.0 (the "License"). You may not use
32 this file except in compliance with the License. You can obtain a copy
33 in the file LICENSE in the source distribution or at
34 <https://www.openssl.org/source/license.html>.
35
36
37
383.0.5 2022-07-05 EVP_MD-BLAKE2(7ossl)