1EVP_SM3(3) OpenSSL EVP_SM3(3)
2
3
4
6 EVP_sm3 - SM3 for EVP
7
9 #include <openssl/evp.h>
10
11 const EVP_MD *EVP_sm3(void);
12
14 SM3 is a cryptographic hash function with a 256-bit output, defined in
15 GB/T 32905-2016.
16
17 EVP_sm3()
18 The SM3 hash function.
19
21 These functions return a EVP_MD structure that contains the
22 implementation of the symmetric cipher. See EVP_MD_meth_new(3) for
23 details of the EVP_MD structure.
24
26 GB/T 32905-2016 and GM/T 0004-2012.
27
29 evp(7), EVP_DigestInit(3)
30
32 Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
33 Copyright 2017 Ribose Inc. All Rights Reserved.
34
35 Licensed under the OpenSSL license (the "License"). You may not use
36 this file except in compliance with the License. You can obtain a copy
37 in the file LICENSE in the source distribution or at
38 <https://www.openssl.org/source/license.html>.
39
40
41
421.1.1q 2023-02-06 EVP_SM3(3)