summaryrefslogtreecommitdiffhomepage
path: root/src/selftest/chacha20poly1305.h
AgeCommit message (Expand)Author
2018-09-03crypto: import zincJason A. Donenfeld
2018-08-28crypto: use unaligned helpersJason A. Donenfeld
2018-08-06chacha20poly1305: selftest: use arrays for test vectorsJason A. Donenfeld
2018-08-06crypto: move simd context to specific typeJason A. Donenfeld
2018-07-31chacha20poly1305: selftest: split up test vector constantsJason A. Donenfeld
2018-06-17simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld
2018-05-31chacha20poly1305: test for authtag failureJason A. Donenfeld
2018-05-31chacha20poly1305: test scattergather functions tooJason A. Donenfeld
2018-05-31chacha20poly1305: combine stack variables into unionJason A. Donenfeld
2018-05-31chacha20poly1305: split up into separate filesJason A. Donenfeld
2018-04-05chacha20poly1305: put magic constant behind macroJason A. Donenfeld
2018-04-05chacha20poly1305: add self tests from wycheproofJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-22chacha20poly1305: add more test vectors, some of which are weirdJason A. Donenfeld
2017-06-24main: annotate init/exit functions to save memoryJason A. Donenfeld
2017-03-30chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-16siphash: update against upstream submissionJason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-08-02selftest: move to subfolderJason A. Donenfeld