]> git.cameronkatri.com Git - apple_cmds.git/blob - text_cmds/md5/commoncrypto.h
diskdev_cmds: use libiosexec
[apple_cmds.git] / text_cmds / md5 / commoncrypto.h
1 #include <CommonCrypto/CommonDigest.h>
2 #include <CommonCrypto/CommonDigestSPI.h>
3
4 char *Digest_End(CCDigestRef, char *);
5
6 char *Digest_Data(CCDigestAlg, const void *, size_t, char *);
7
8 char *Digest_File(CCDigestAlg, const char *, char *);