mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-08 06:31:42 +00:00
* 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.
23 lines
213 B
Plaintext
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
|