aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/md5/commoncrypto.h
blob: ed10d9a8361710542ff7ee4a50dbe236e8ae7a7e (plain) (blame)
1
2
3
4
5
6
7
8
#include <CommonCrypto/CommonDigest.h>
#include <CommonCrypto/CommonDigestSPI.h>

char *Digest_End(CCDigestRef, char *);

char *Digest_Data(CCDigestAlg, const void *, size_t, char *);

char *Digest_File(CCDigestAlg, const char *, char *);