EVP_MD-MD4.pod 793 B

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