summaryrefslogtreecommitdiff
path: root/macros.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+29
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-4/+1
* Some whitespace and comment fixes.Niels Möller2013-09-281-5/+5
* MD_PAD: Don't depend on sizeof of the count field(s).Niels Möller2013-09-281-1/+1
* Expanded comment.Niels Möller2013-05-201-1/+2
* Fix rotation macros to portably support zero rotation count.Niels Möller2013-05-171-3/+5
* Generalize INCREMENT macro, allow size == 1.Niels Möller2013-04-161-6/+4
* New macro LE_READ_UINT64.Niels Möller2012-11-151-0/+10
* New function _nettle_write_le64.Niels Möller2012-11-121-0/+12
* Moved ROTL64 macro to macros.h.Niels Möller2012-11-121-1/+3
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* New macro, ROTL32.Niels Möller2012-03-311-0/+2
* Converted files to utf-8.Niels Möller2012-02-181-2/+2
* * macros.h (MD_UPDATE): Added incr argument. Invoke compressionNiels Möller2011-08-291-27/+12
* Renamed MD_PAD to MD_FINAL.Niels Möller2011-08-291-1/+4
* (MD_UPDATE): New macro.Niels Möller2011-08-291-0/+92
* * macros.h (INCREMENT): New macro, moved from ctr.c. Deleted thirdNiels Möller2011-02-051-0/+12
* (READ_UINT64, WRITE_UINT64): New macros.Niels Möller2010-03-221-1/+24
* (LE_READ_UINT16, LE_WRITE_UINT16): New macros.Simon Josefsson2004-08-241-0/+11
* (READ_UINT24, WRITE_UINT24, READ_UINT16, WRITE_UINT16):Niels Möller2002-01-161-0/+23
* *** empty log message ***Niels Möller2002-01-141-0/+65
* *** empty log message ***Niels Möller2002-01-141-65/+0
* Fixed copyright notice.Niels Möller2001-06-171-2/+2
* * macros.h (FOR_BLOCKS): New macro, taken from lsh.Niels Möller2001-06-171-0/+6
* * Initial checkin.Niels Möller2001-04-131-0/+59