Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abi: explicitly export intended symbols and hide others | Nikos Mavrogiannopoulos | 2018-07-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | Prepare for additional fat functions. | Niels Möller | 2015-01-25 | 1 | -0/+7 |
| | |||||
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -23/+31 |
| | |||||
* | Generate SHA256 intermediate values. | Niels Möller | 2013-03-11 | 1 | -20/+39 |
| | |||||
* | Eliminated a temporary in the SHA256 round. | Niels Möller | 2013-03-11 | 1 | -5/+5 |
| | |||||
* | Replaced all internal usage of sha.h. | Niels Möller | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 1 | -2/+2 |
| | |||||
* | Use ROTL32 in the sha256 code. | Niels Möller | 2012-03-31 | 1 | -7/+4 |
| | |||||
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (nettle_SOURCES): Added sha256-compress.c. | Niels Möller | 2010-03-24 | 1 | -0/+168 |
* sha256.c: Reorganized to use _nettle_sha256_compress. * sha256-compress.c (_nettle_sha256_compress): Compression function extracted from sha256.c to a new file. Rev: nettle/ChangeLog:1.56 Rev: nettle/Makefile.in:1.17 Rev: nettle/sha.h:1.3 Rev: nettle/sha256-compress.c:1.1 Rev: nettle/sha256.c:1.4 |