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