Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rearrange chacha_crypt and chacha_crypt32, enabling fat builds to use chacha_...chacha-3core-neon | Niels Möller | 2020-07-14 | 1 | -21/+80 |
* | In chacha_crypt, use _chacha_3core if leftover is more than one block. | Niels Möller | 2020-07-14 | 1 | -5/+8 |
* | Three-way interleaving of chacha on Neon | Niels Möller | 2020-07-13 | 1 | -0/+40 |
* | Minor fixes for chacha comments and docs. | Niels Möller | 2020-03-09 | 1 | -1/+1 |
* | chacha: add variant that treats counter value as 32-bit | Daiki Ueno | 2020-03-09 | 1 | -0/+32 |
* | abi: explicitly export intended symbols and hide others | Nikos Mavrogiannopoulos | 2018-07-07 | 1 | -0/+1 |
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -26/+34 |
* | chacha_crypt: Fixed block counter update. | Niels Möller | 2014-02-08 | 1 | -1/+1 |
* | Implemented chacha, based on contribution by Joachim Strömbergson. | Niels Möller | 2014-01-27 | 1 | -0/+78 |