| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert __bounded__ hack in chacha-merged.c | tb | 2024-06-05 | 1 | -5/+1 |
* | Neuter the bounded attribute as was done elsewhere for portable | tb | 2024-06-01 | 1 | -1/+5 |
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -1/+2 |
* | Switch from u_int and u_char to u32 and u8 to avoid portability issues. | tb | 2021-10-22 | 1 | -17/+14 |
* | add support for xchacha20 and xchacha20-poly1305 | dlg | 2019-01-22 | 1 | -1/+47 |
* | Convert the sigma and tau initialisers to byte arrays, rather than using | jsing | 2017-08-13 | 1 | -3/+12 |
* | replace u_int8_t with uint8_t | bcook | 2014-07-11 | 1 | -3/+5 |
* | If a chacha operation does not consume all of the generated key stream, | jsing | 2014-06-24 | 1 | -5/+27 |
* | Some KNF. | jsing | 2014-06-24 | 1 | -6/+12 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -0/+1 |
* | KNF. | jsing | 2014-05-15 | 1 | -155/+157 |
* | __bounded => __attribute__((__bounded__ | djm | 2014-05-10 | 1 | -5/+5 |
* | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 1 | -0/+237 |