EVP_MD-RIPEMD160.pod 956 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 available in both the default and legacy providers, 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 HISTORY
  16. This digest was added to the default provider in OpenSSL 3.0.7.
  17. =head1 COPYRIGHT
  18. Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
  19. Licensed under the Apache License 2.0 (the "License"). You may not use
  20. this file except in compliance with the License. You can obtain a copy
  21. in the file LICENSE in the source distribution or at
  22. L<https://www.openssl.org/source/license.html>.
  23. =cut