summaryrefslogtreecommitdiff
path: root/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-2/+2
* Rename *_DATA_SIZE to *_BLOCK_SIZE.Niels Möller2014-04-251-1/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-36/+32
* Comment on origin of sha1 and sha224 initial values.Niels Möller2014-01-031-1/+1
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-8/+6
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
* Replaced all internal usage of sha.h.Niels Möller2012-12-021-1/+1
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* * sha1.c (COMPRESS): New macro.Niels Möller2011-08-291-2/+15
* (SHA1_DATA_LENGTH): Deleted unused macro.Niels Möller2011-08-291-98/+18
* (sha1_digest): Use _nettle_write_be32.Niels Möller2010-03-261-34/+2
* (sha1_block): Deleted function; inlined where used.Niels Möller2005-10-101-21/+14
* (sha1_block): Don't convert data from uint8_t toNiels Möller2005-10-021-11/+2
* (sha1_final): Call sha1_block, don't call the compressionNiels Möller2005-09-281-32/+31
* * sha1.c (sha1_transform): Function renamed to sha1_compress, andNiels Möller2004-02-061-171/+6
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* *** empty log message ***Niels Möller2002-01-221-1/+1
* (md5_digest): Call md5_final and md5_init.Niels Möller2002-01-091-2/+5
* * sha.h: Renamed sha1.h to sha.h, and added declarations forNiels Möller2001-10-071-1/+1
* Include stdlib.h, for abort.Niels Möller2001-09-251-0/+1
* Fixed copyright notice.Niels Möller2001-06-171-2/+2
* * sha1.c (sha1_update): Use unsigned for length.Niels Möller2001-06-171-1/+1
* * Added SHA1 to src/nettle.Niels Möller2001-06-121-0/+379