summaryrefslogtreecommitdiff
path: root/mdfour.c
Commit message (Expand)AuthorAgeFilesLines
* Only write hash debug output if there is any dataJoel Rosdahl2018-01-281-2/+2
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-18/+24
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-19/+18
* Adjust code as suggested by uncrustifyJoel Rosdahl2016-03-161-1/+2
* uncrustify: Add sp_after_commaJoel Rosdahl2015-08-071-38/+39
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-4/+6
* Convert inline "if"s to "if"s with bodyJoel Rosdahl2014-11-161-2/+6
* Minor coding style tweaksJoel Rosdahl2014-01-011-1/+1
* Speed up copy4 and copy64 on little-endian systemsAndrew Stubbs2013-01-011-0/+8
* Sync mdfour.c license header with other files, notably fixing FSF's address.Ville Skyttä2011-09-041-11/+11
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-3/+0
* Make hash_result() idempotentJoel Rosdahl2010-08-181-1/+5
* Update license for mdfour.c to GPLv3+Joel Rosdahl2010-08-041-1/+1
* Format code to use a more consistent coding styleJoel Rosdahl2010-08-011-10/+15
* Check CCACHE_DEBUG_HASH environment variable before enabling hash debuggingJoel Rosdahl2010-06-081-3/+6
* Add a crude hash calculation debugging facilityJoel Rosdahl2010-06-031-0/+6
* Switch license to GPLv3+Joel Rosdahl2010-04-221-17/+16
* Don't set static variable. It's unused in copy4()Kovarththanan Rajaratnam2010-03-181-6/+4
* Let the compiler zero initialiase all the membersKovarththanan Rajaratnam2010-03-181-2/+1
* use size_t when we refer to memory sizesKovarththanan Rajaratnam2010-02-221-3/+3
* Remove unused 'void mdfour(unsigned char *out, const unsigned char *in, int n)'Kovarththanan Rajaratnam2010-02-221-10/+0
* Remove incorrect assumptionKovarththanan Rajaratnam2010-02-221-4/+1
* Remove disabled md4 test codeKovarththanan Rajaratnam2010-02-221-84/+0
* Remove standard includes from ccache.hJoel Rosdahl2010-02-171-0/+2
* Use standard uint32_t type instead of uint32Joel Rosdahl2010-01-051-8/+8
* Remove trailing whitespaceJoel Rosdahl2010-01-051-26/+26
* Fix indentationJoel Rosdahl2010-01-051-12/+12
* - attempt to make ccache work with cygwin by using O_BINARY (thanksAndrew Tridgell2004-09-061-2/+2
* - disabled unifier by default (to get warnings right)Andrew Tridgell2002-04-291-5/+35
* mdfour bugfixes pointed out by Richard RudellAndrew Tridgell2002-04-241-7/+7
* added some docs and comments ...Andrew Tridgell2002-03-271-2/+0
* first version of C compilercacheAndrew Tridgell2002-03-261-0/+256