summaryrefslogtreecommitdiff
path: root/lib/libcrypto/chacha/chacha-merged.c
AgeCommit message (Expand)Author
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2014-07-11replace u_int8_t with uint8_tBrent Cook
2014-06-24If a chacha operation does not consume all of the generated key stream,Joel Sing
2014-06-24Some KNF.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-15KNF.Joel Sing
2014-05-10__bounded => __attribute__((__bounded__Damien Miller
2014-05-01Add ChaCha to libcrypto, based on djb's public domain implementation.Joel Sing