EVP_MD-RIPEMD160.pod 864 B

1234567891011121314151617181920212223242526272829303132333435
  1. =pod
  2. =head1 NAME
  3. EVP_MD-RIPEMD160 - The RIPEMD160 EVP_MD implementation
  4. =head1 DESCRIPTION
  5. Support for computing RIPEMD160 digests through the B<EVP_MD> API.
  6. =head2 Identities
  7. This implementation is only available with the legacy provider, and is
  8. identified with any of the names "RIPEMD-160", "RIPEMD160", "RIPEMD" and
  9. "RMD160".
  10. =head2 Gettable Parameters
  11. This implementation supports the common gettable parameters described
  12. in L<EVP_MD-common(7)>.
  13. =head1 SEE ALSO
  14. L<provider-digest(7)>, L<OSSL_PROVIDER-default(7)>
  15. =head1 COPYRIGHT
  16. Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
  17. Licensed under the Apache License 2.0 (the "License"). You may not use
  18. this file except in compliance with the License. You can obtain a copy
  19. in the file LICENSE in the source distribution or at
  20. L<https://www.openssl.org/source/license.html>.
  21. =cut