X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2Fmdc2.pod;h=11dc303e04f4d00cbe0813757a840439a6e40a3e;hb=802d7fa6d5a41a0e27693781ba50b64b536739d8;hp=1deeb7f582b24a48268083565c6c9265fb223985;hpb=9dbc41d7eed7d69da54dc81082794845c50ad482;p=oweals%2Fopenssl.git diff --git a/doc/crypto/mdc2.pod b/doc/crypto/mdc2.pod index 1deeb7f582..11dc303e04 100644 --- a/doc/crypto/mdc2.pod +++ b/doc/crypto/mdc2.pod @@ -38,6 +38,10 @@ be hashed (B bytes at B). MDC2_Final() places the message digest in B, which must have space for MDC2_DIGEST_LENGTH == 16 bytes of output, and erases the B. +Applications should use the higher level functions +L etc. instead of calling the +hash functions directly. + =head1 RETURN VALUES MDC2() returns a pointer to the hash value. @@ -50,7 +54,7 @@ ISO/IEC 10118-2, with DES =head1 SEE ALSO -L +L, L =head1 HISTORY