summaryrefslogtreecommitdiff
path: root/chacha-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix chacha counter update for _4core variants.fix-chacha-counterNiels Möller2021-02-101-3/+7
* Delete _nettle_chacha_crypt_2core and _nettle_chacha_crypt32_2core.Niels Möller2020-11-301-69/+0
* ppc: New assembly for chacha_core4, doing four blocks in parallel.Niels Möller2020-11-301-9/+93
* Fix counter bug in _chacha_crypt32_3core.Niels Möller2020-11-301-3/+1
* Delete name mangling of internal Chacha symbolsNiels Möller2020-11-301-48/+42
* Add missing #undef for _chacha_crypt_2core.Niels Möller2020-11-281-0/+2
* ppc: Enable _chacha_2core in fat builds.Niels Möller2020-11-241-4/+4
* Prepare for using assembly function _chacha_2core.Niels Möller2020-11-231-1/+73
* Rearrange chacha_crypt and chacha_crypt32, enabling fat builds to use chacha_...chacha-3core-neonNiels Möller2020-07-141-21/+80
* In chacha_crypt, use _chacha_3core if leftover is more than one block.Niels Möller2020-07-141-5/+8
* Three-way interleaving of chacha on NeonNiels Möller2020-07-131-0/+40
* Minor fixes for chacha comments and docs.Niels Möller2020-03-091-1/+1
* chacha: add variant that treats counter value as 32-bitDaiki Ueno2020-03-091-0/+32
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-26/+34
* chacha_crypt: Fixed block counter update.Niels Möller2014-02-081-1/+1
* Implemented chacha, based on contribution by Joachim Strömbergson.Niels Möller2014-01-271-0/+78