summaryrefslogtreecommitdiff
path: root/salsa20.h
Commit message (Expand)AuthorAgeFilesLines
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-4/+0
* Smaller updates to salsa20 documentation.Niels Möller2014-05-041-1/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-24/+32
* Fixes for the salsa20 iv -> nonce rename.Niels Möller2014-03-151-3/+4
* Separate salsa20 set_key functions for 128 and 256 bits.Niels Möller2014-01-201-6/+18
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-3/+3
* Whitespace cleanup.Niels Möller2013-03-251-6/+6
* Added encryption function for 12-round salsa20.Nikos Mavrogiannopoulos2013-03-251-0/+7
* Extracted function _salsa20_core.Niels Möller2012-09-231-0/+4
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* salsa20_set_iv: Deleted size argument.Niels Möller2012-03-311-2/+1
* New salsa20 constants.Niels Möller2012-03-311-1/+13
* Implemented the Salsa20 cipher.Simon Josefsson2012-03-291-0/+71