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