lib/md2.h


Log

Author Commit Date CI Message
Bruno Haible 37e9d1ae 2009-08-01T11:25:10 Update copyright year, for commit on 2009-07-21.
Peter Simons e89d33fe 2009-07-21T15:22:24 C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope. * lib/md4.h: Likewise. * lib/md5.h: Likewise. * lib/sha1.h: Likewise. * lib/sha256.h: Likewise. * lib/sha512.h: Likewise.
Simon Josefsson dcad82d8 2008-01-31T11:10:36 md2: clarify comments to say that alignment is not required. * lib/md2.h: Remove warning about alignment in comment. * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has never been required.
Simon Josefsson c5d8261e 2005-10-28T12:09:31 Add MD2 and hash fixes.