8 lines
138 B
C
8 lines
138 B
C
#ifndef MD5_INTERNAL_H
|
|
#define MD5_INTERNAL_H
|
|
|
|
#include "md5.h"
|
|
|
|
void md5_compress(struct md5_ctx *ctx, const uint8_t block[64]);
|
|
|
|
#endif
|