summaryrefslogtreecommitdiff
path: root/cipher/salsa20.c
Commit message (Expand)AuthorAgeFilesLines
* cipher-proto: remove forward typedef of cipher_bulk_ops_tJussi Kivilinna2021-01-261-0/+1
* cipher: setup bulk functions at each algorithms key setupJussi Kivilinna2020-09-271-2/+2
* Pass cipher object pointer to setkey functionsJussi Kivilinna2018-06-191-5/+7
* salsa20: fix alignment of self-test contextJussi Kivilinna2015-12-031-15/+19
* Enable AMD64 Salsa20 implementation on WIN64Jussi Kivilinna2015-05-141-5/+21
* cipher: Take care of ENABLE_NEON_SUPPORT.Werner Koch2014-01-281-4/+5
* cipher: use size_t for internal buffer lengthsJussi Kivilinna2013-11-151-8/+8
* Add ARM NEON assembly implementation of Salsa20Jussi Kivilinna2013-10-281-9/+122
* Add AMD64 assembly implementation of Salsa20Jussi Kivilinna2013-10-281-73/+124
* cipher: Simplify the cipher dispatcher cipher.c.Werner Koch2013-10-011-6/+9
* Optimize and cleanup 32-bit and 64-bit endianess transformsJussi Kivilinna2013-09-211-12/+2
* Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov2013-09-071-5/+44
* Add support for Salsa20.Werner Koch2013-07-181-0/+380