1EVP_SM3(3ossl)                      OpenSSL                     EVP_SM3(3ossl)
2
3
4

NAME

6       EVP_sm3 - SM3 for EVP
7

SYNOPSIS

9        #include <openssl/evp.h>
10
11        const EVP_MD *EVP_sm3(void);
12

DESCRIPTION

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

RETURN VALUES

21       These functions return a EVP_MD structure that contains the
22       implementation of the message digest. See EVP_MD_meth_new(3) for
23       details of the EVP_MD structure.
24

CONFORMING TO

26       GB/T 32905-2016 and GM/T 0004-2012.
27

SEE ALSO

29       evp(7), EVP_DigestInit(3)
30
32       Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
33       Copyright 2017 Ribose Inc. All Rights Reserved.
34
35       Licensed under the Apache License 2.0 (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
423.0.5                             2022-11-01                    EVP_SM3(3ossl)
Impressum