summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/chacha20poly1305.c
AgeCommit message (Expand)Author
2017-04-04chacha20poly1305: check return values of sgopsJason A. Donenfeld
2017-03-30chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld
2017-03-19blake2s: add AVX implementationJason A. Donenfeld
2017-01-13Use __read_mostly attribute when possibleJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-16chacha20poly1305: sse/ymm should be implicitJason A. Donenfeld
2016-11-16chacha20poly1305: rely on avx and avx2Jason A. Donenfeld
2016-11-07chacha20poly1305: it's just as fast to use these more simple unaligned access...Jason A. Donenfeld
2016-11-05chacha20poly1305: cleanup magic constantsJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-11-04data: keep FPU on when possibleJason A. Donenfeld
2016-11-03chacha20poly1305: src is different from dst on last pieceJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-09-29poly1305: optimize unaligned accessRené van Dorst
2016-08-02selftest: move to subfolderJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-06-29chacha20poly1305: use more standard way of testing FPU featuresJason A. Donenfeld
2016-06-25tests: make fatalJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld