aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/chacha20poly1305.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: import zincJason A. Donenfeld2018-09-031-4359/+0
* crypto: use unaligned helpersJason A. Donenfeld2018-08-281-7/+7
* chacha20poly1305: selftest: use arrays for test vectorsJason A. Donenfeld2018-08-061-777/+3577
* crypto: move simd context to specific typeJason A. Donenfeld2018-08-061-18/+18
* chacha20poly1305: selftest: split up test vector constantsJason A. Donenfeld2018-07-311-69/+210
* simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld2018-06-171-6/+6
* chacha20poly1305: test for authtag failureJason A. Donenfeld2018-05-311-3/+21
* chacha20poly1305: test scattergather functions tooJason A. Donenfeld2018-05-311-2/+44
* chacha20poly1305: combine stack variables into unionJason A. Donenfeld2018-05-311-8/+11
* chacha20poly1305: split up into separate filesJason A. Donenfeld2018-05-311-10/+9
* chacha20poly1305: put magic constant behind macroJason A. Donenfeld2018-04-051-1/+1
* chacha20poly1305: add self tests from wycheproofJason A. Donenfeld2018-04-051-3/+1026
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+4
* chacha20poly1305: add more test vectors, some of which are weirdJason A. Donenfeld2017-11-221-3/+244
* main: annotate init/exit functions to save memoryJason A. Donenfeld2017-06-241-5/+5
* chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld2017-03-301-7/+7
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld2016-12-231-0/+35
* siphash: update against upstream submissionJason A. Donenfeld2016-12-161-0/+2
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-2/+2
* selftest: move to subfolderJason A. Donenfeld2016-08-021-0/+52