summaryrefslogtreecommitdiff
path: root/sha2.h
Commit message (Expand)AuthorAgeFilesLines
* Move declaration of sha256_compress in header file, for consistency.Niels Möller2022-06-091-3/+2
* Export sha256/sha512_compress functionsCorentin Labbe2022-06-091-1/+8
* Move block buffer last in hash context structs.Niels Möller2019-02-061-2/+2
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-12/+0
* Rename *_DATA_SIZE to *_BLOCK_SIZE.Niels Möller2014-04-251-8/+14
* New aliases sha512_224_ctx and sha512_256_cxt, for the sha512_ctx struct tag.Niels Möller2014-04-221-4/+8
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* New constants for SHA512-224 and SHA512-256.Niels Möller2014-04-091-0/+5
* Support for 224-bit and 256-bit truncated sha512.Joachim Strömbergson2014-03-231-0/+27
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-1/+1
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-6/+6
* Split sha.h into new files sha1.h and sha2.h.Niels Möller2012-12-021-0/+156