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

23 lines
213 B
Plaintext

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