Files
Bruno Haible fc0ce037c0 md4-buffer: New module.
* lib/md4-stream.c: New file, extracted from lib/md4.c.
* lib/md4.c: Don't include stdlib.h, unlocked-io.h.
(BLOCKSIZE, md4_stream): Moved to md4-stream.c.
* lib/md4.h: Reorder declarations.
* modules/crypto/md4-buffer: New file, based on modules/crypto/md4.
* modules/crypto/md4: Rewritten.
2021-09-19 01:32:37 +02:00

23 lines
213 B
Plaintext

Description:
Compute MD4 checksum.
Files:
lib/md4-stream.c
Depends-on:
crypto/md4-buffer
configure.ac:
Makefile.am:
lib_SOURCES += md4-stream.c
Include:
"md4.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson