summaryrefslogtreecommitdiff
path: root/lib/md4.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* crypto: use byteswapPaul Eggert2018-06-171-2/+2
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* md4,md5,sha*: allow _STRING_INLINE_unaligned enable unaligned operationPádraig Brady2016-11-271-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'Paul Eggert2012-11-291-1/+1
* crypto: fix bug in large buffer handlingPaul Eggert2012-05-181-3/+3
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* crypto libraries: use stdalignPaul Eggert2011-10-271-10/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-56/+56
* digests, copy-file: increase the IO buffer size from 4KiB to 32KiBPádraig Brady2009-10-231-3/+11
* Mark set_uint32 function as 'inline'.Bruno Haible2008-01-311-1/+1
* Use "sizeof VAR", rather than a literal "4".Jim Meyering2008-01-311-4/+4
* Prefer "sizeof v" over the equivalent "4".Jim Meyering2008-01-311-1/+1
* md4: adapt alignment constraint fix from sha1.Simon Josefsson2008-01-311-13/+17
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-3/+1
* * gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.Ralf Wildenhues2006-09-221-1/+0
* 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>Simon Josefsson2006-05-111-1/+1
* * md4.c: Typo fix, update copyright years.Simon Josefsson2006-05-101-4/+4
* * md4.c, md4.c: Simplify buffer handling visavi alignment,Simon Josefsson2005-10-221-8/+8
* Fix GNU indent bugs, suggested by Bruno.Simon Josefsson2005-10-211-4/+4
* Whitespace fix, from Bruno.Simon Josefsson2005-10-211-1/+1
* Add md4 module.Simon Josefsson2005-10-181-0/+381