]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/perf_index/md5.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tools / tests / perf_index / md5.h
CommitLineData
fe8ab488
A
1#ifndef __MD5_H_
2#define __MD5_H_
3
4#include <stdint.h>
5
6void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
7
8#endif