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

NAME

6       EVP_ripemd160 - RIPEMD160 For EVP
7

SYNOPSIS

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

DESCRIPTION

14       RIPEMD-160 is a cryptographic hash function first published in 1996
15       belonging to the RIPEMD family (RACE Integrity Primitives Evaluation
16       Message Digest).  This implementation is only available with the legacy
17       provider.
18
19       EVP_ripemd160()
20           The RIPEMD-160 algorithm which produces a 160-bit output from a
21           given input.
22

RETURN VALUES

24       These functions return a EVP_MD structure that contains the
25       implementation of the message digest. See EVP_MD_meth_new(3) for
26       details of the EVP_MD structure.
27

CONFORMING TO

29       ISO/IEC 10118-3:2016 Dedicated Hash-Function 1 (RIPEMD-160).
30

SEE ALSO

32       evp(7), provider(7), EVP_DigestInit(3)
33
35       Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
36
37       Licensed under the Apache License 2.0 (the "License").  You may not use
38       this file except in compliance with the License.  You can obtain a copy
39       in the file LICENSE in the source distribution or at
40       <https://www.openssl.org/source/license.html>.
41
42
43
443.0.5                             2022-11-01              EVP_RIPEMD160(3ossl)
Impressum