1EVP_RIPEMD160(3) OpenSSL EVP_RIPEMD160(3)
2
3
4
6 EVP_ripemd160 - RIPEMD160 For EVP
7
9 #include <openssl/evp.h>
10
11 const EVP_MD *EVP_ripemd160(void);
12
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).
17
18 EVP_ripemd160()
19 The RIPEMD-160 algorithm which produces a 160-bit output from a
20 given input.
21
23 These functions return a EVP_MD structure that contains the
24 implementation of the symmetric cipher. See EVP_MD_meth_new(3) for
25 details of the EVP_MD structure.
26
28 ISO/IEC 10118-3:2016 Dedicated Hash-Function 1 (RIPEMD-160).
29
31 evp(7), EVP_DigestInit(3)
32
34 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
35
36 Licensed under the OpenSSL license (the "License"). You may not use
37 this file except in compliance with the License. You can obtain a copy
38 in the file LICENSE in the source distribution or at
39 <https://www.openssl.org/source/license.html>.
40
41
42
431.1.1q 2023-02-06 EVP_RIPEMD160(3)