summaryrefslogtreecommitdiff
path: root/sha3-permute.c
Commit message (Expand)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* 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 ROT...Niels Möller2012-11-151-13/+14
* 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