1EVP_MD-SM3(7ossl) OpenSSL EVP_MD-SM3(7ossl)
2
3
4
6 EVP_MD-SM3 - The SM3 EVP_MD implementations
7
9 Support for computing SM3 digests through the EVP_MD API.
10
11 Identity
12 This implementation is only available with the default provider, and is
13 identified with the name "SM3".
14
15 Gettable Parameters
16 This implementation supports the common gettable parameters described
17 in EVP_MD-common(7).
18
20 provider-digest(7), OSSL_PROVIDER-default(7)
21
23 Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
24
25 Licensed under the Apache License 2.0 (the "License"). You may not use
26 this file except in compliance with the License. You can obtain a copy
27 in the file LICENSE in the source distribution or at
28 <https://www.openssl.org/source/license.html>.
29
30
31
323.0.9 2023-07-27 EVP_MD-SM3(7ossl)