xref: /xnu-8020.121.3/tools/tests/perf_index/md5.h (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions #ifndef __MD5_H_
2*fdd8201dSApple OSS Distributions #define __MD5_H_
3*fdd8201dSApple OSS Distributions 
4*fdd8201dSApple OSS Distributions #include <stdint.h>
5*fdd8201dSApple OSS Distributions 
6*fdd8201dSApple OSS Distributions void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
7*fdd8201dSApple OSS Distributions 
8*fdd8201dSApple OSS Distributions #endif
9