summaryrefslogtreecommitdiff
path: root/sha3-permute.c
Commit message (Collapse)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-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öller2015-01-211-0/+7
|
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
|
* Rewrote C implementation of sha3-permute.Niels Möller2012-12-091-71/+98
|
* Optimized C implementation of sha3_permute.Niels Möller2012-12-031-31/+61
|
* Portability fixes for sha3-permute: long long constants, no zero shift to ↵Niels Möller2012-11-151-13/+14
| | | | ROTL64.
* Micro optimizations for sha3. Doubled the performance on x86_64.Niels Möller2012-11-131-22/+39
|
* Implemented sha3.Niels Möller2012-11-121-0/+100