summaryrefslogtreecommitdiff
path: root/library/chacha20.c
Commit message (Expand)AuthorAge
* Improve macro hygieneHanno Becker2019-04-24
* Implement parameter validation for ChaCha/Poly modulesHanno Becker2018-12-18
* Fix usage of inline with for some compilersManuel Pégourié-Gonnard2018-06-07
* Misc style adjustmentsManuel Pégourié-Gonnard2018-05-24
* ChaCha20: move working state from ctx to stackManuel Pégourié-Gonnard2018-05-24
* Rm mbedtls_ prefix form static functionsManuel Pégourié-Gonnard2018-05-24
* Use recently-introduced platform_util moduleManuel Pégourié-Gonnard2018-05-24
* Simplify selftest functions using macrosManuel Pégourié-Gonnard2018-05-24
* chacha20: fix bug in starts() and add test for itManuel Pégourié-Gonnard2018-05-24
* Remove semi-internal chacha20_keystrem_block()Manuel Pégourié-Gonnard2018-05-24
* ChaCha20: allow in-place en/decryptionManuel Pégourié-Gonnard2018-05-24
* Avoid using %zu in selftest functionsManuel Pégourié-Gonnard2018-05-24
* Adapt the _ALT style to our new standardManuel Pégourié-Gonnard2018-05-24
* Minor style and formatting fixes.Daniel King2018-05-24
* Correct signedness of printf specifier in self testsDaniel King2018-05-24
* Adjust verbose self-test output to match other ciphers.Daniel King2018-05-24
* Allow some parameters to be NULL if the length is 0.Daniel King2018-05-24
* Implement AEAD-ChaCha20-Poly1305.Daniel King2018-05-24
* Add ChaCha20 to the Cipher moduleDaniel King2018-05-24
* Initial implementation of ChaCha20Daniel King2018-05-24