From e09f91fc08e5a26fb959f2e62c5dcfd88a37159e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 11 Oct 2005 19:05:28 +0200 Subject: (_nettle_md5_compress): New file and new function. Rev: src/nettle/md5-compress.c:1.1 Rev: src/nettle/md5.h:1.8 --- md5.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'md5.h') diff --git a/md5.h b/md5.h index dc7c89a0..c06c2288 100644 --- a/md5.h +++ b/md5.h @@ -60,4 +60,9 @@ md5_digest(struct md5_ctx *ctx, unsigned length, uint8_t *digest); +/* Internal compression function. STATE points to 4 uint32_t words, + and DATA points to 64 bytes of input data, possibly unaligned. */ +void +_nettle_md5_compress(uint32_t *state, const uint8_t *data); + #endif /* NETTLE_MD5_H_INCLUDED */ -- cgit v1.2.1