summaryrefslogtreecommitdiff
path: root/sha2.h
Commit message (Collapse)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
| | | | | | | nettle export only md5_compress and sha1_compress. Let's export also the compress functions for sha256 and sha512. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
* 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
| | | | | | | | | | | | | This adds all exported symbols in the map files explicitly under the following rules: - Symbols mentioned in internal headers go in a section which is valid only for testing, and linking with these symbols will break in library updates. - Symbols mentioned in installed headers go in the exported sections and are considered part of the ABI. - All internal symbols move to internal headers. - The _nettle_md5_compress and _nettle_sha1_compress become exported without the _nettle prefix, due to existing usage.
* 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