xref: /freebsd/crypto/openssl/doc/man7/EVP_MD-RIPEMD160.pod (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
1*b077aed3SPierre Pronchery=pod
2*b077aed3SPierre Pronchery
3*b077aed3SPierre Pronchery=head1 NAME
4*b077aed3SPierre Pronchery
5*b077aed3SPierre ProncheryEVP_MD-RIPEMD160 - The RIPEMD160 EVP_MD implementation
6*b077aed3SPierre Pronchery
7*b077aed3SPierre Pronchery=head1 DESCRIPTION
8*b077aed3SPierre Pronchery
9*b077aed3SPierre ProncherySupport for computing RIPEMD160 digests through the B<EVP_MD> API.
10*b077aed3SPierre Pronchery
11*b077aed3SPierre Pronchery=head2 Identities
12*b077aed3SPierre Pronchery
13*b077aed3SPierre ProncheryThis implementation is available in both the default and legacy providers, and is
14*b077aed3SPierre Proncheryidentified with any of the names "RIPEMD-160", "RIPEMD160", "RIPEMD" and
15*b077aed3SPierre Pronchery"RMD160".
16*b077aed3SPierre Pronchery
17*b077aed3SPierre Pronchery=head2 Gettable Parameters
18*b077aed3SPierre Pronchery
19*b077aed3SPierre ProncheryThis implementation supports the common gettable parameters described
20*b077aed3SPierre Proncheryin L<EVP_MD-common(7)>.
21*b077aed3SPierre Pronchery
22*b077aed3SPierre Pronchery=head1 SEE ALSO
23*b077aed3SPierre Pronchery
24*b077aed3SPierre ProncheryL<provider-digest(7)>, L<OSSL_PROVIDER-default(7)>
25*b077aed3SPierre Pronchery
26*b077aed3SPierre Pronchery=head1 HISTORY
27*b077aed3SPierre Pronchery
28*b077aed3SPierre ProncheryThis digest was added to the default provider in OpenSSL 3.0.7.
29*b077aed3SPierre Pronchery
30*b077aed3SPierre Pronchery=head1 COPYRIGHT
31*b077aed3SPierre Pronchery
32*b077aed3SPierre ProncheryCopyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.
33*b077aed3SPierre Pronchery
34*b077aed3SPierre ProncheryLicensed under the Apache License 2.0 (the "License").  You may not use
35*b077aed3SPierre Proncherythis file except in compliance with the License.  You can obtain a copy
36*b077aed3SPierre Proncheryin the file LICENSE in the source distribution or at
37*b077aed3SPierre ProncheryL<https://www.openssl.org/source/license.html>.
38*b077aed3SPierre Pronchery
39*b077aed3SPierre Pronchery=cut
40