summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/chacha20poly1305.h
AgeCommit message (Expand)Author
2018-06-17simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld
2018-06-14chacha20poly1305: use slow crypto on -rt kernels on arm tooJason A. Donenfeld
2018-06-13chacha20poly1305: use slow crypto on -rt kernelsJason A. Donenfeld
2018-05-31chacha20poly1305: split up into separate filesJason A. Donenfeld
2018-01-19poly1305: add poly-specific self-testsJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-13crypto: compile on UMLJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-10receive: hoist fpu outside of receive loopJason A. Donenfeld
2017-10-03global: use _WG prefix for include guardsJason A. Donenfeld
2017-05-30chacha20poly1305: add NEON versions for ARM and ARM64Jason A. Donenfeld
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-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-09chacha20poly1305: don't forget version headerJason 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-09-29Rework headers and includesJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-06-25tests: make fatalJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld