summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/blake2s.c
AgeCommit message (Expand)Author
2017-12-13crypto: compile on UMLJason A. Donenfeld
2017-12-11chacha20poly1305: wire up avx512vl for skylake-xJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-22blake2s: hmac space optimizationSamuel Neves
2017-11-22blake2s: AVX512F+VL implementationSamuel Neves
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31crypto/avx: make sure we can actually use ymm registersJason A. Donenfeld
2017-10-17blake2s: modernize API and have faster _finalJason A. Donenfeld
2017-09-16compat: ensure we can build without compat.hJason A. Donenfeld
2017-08-02blake2s: satisfy sparseJason A. Donenfeld
2017-07-20blake2s: fix up alignment issuesJason A. Donenfeld
2017-07-20blake2s: move compression loop to assemblySamuel Neves
2017-06-24main: annotate init/exit functions to save memoryJason A. Donenfeld
2017-03-19blake2s: add AVX implementationJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-26blake2s: cleanupJason A. Donenfeld
2016-12-11crypto: use kernel's bitops functionsJason A. Donenfeld
2016-12-11blake2s: move self tests to correct directoryJason 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-09-29Rework headers and includesJason A. Donenfeld
2016-06-25tests: make fatalJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld