Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: year bump | 2018-01-03 | 1 | -1/+1 | |
| | |||||
* | crypto: compile on UML | 2017-12-13 | 1 | -0/+2 | |
| | | | | We basically just don't use FPU in UML. | ||||
* | chacha20poly1305: wire up avx512vl for skylake-x | 2017-12-11 | 1 | -1/+1 | |
| | |||||
* | global: add SPDX tags to all files | 2017-12-09 | 1 | -1/+3 | |
| | | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | blake2s: hmac space optimization | 2017-11-22 | 1 | -16/+12 | |
| | | | | Signed-off-by: Samuel Neves <sneves@dei.uc.pt> | ||||
* | blake2s: AVX512F+VL implementation | 2017-11-22 | 1 | -0/+19 | |
| | | | | Signed-off-by: Samuel Neves <sneves@dei.uc.pt> | ||||
* | global: style nits | 2017-10-31 | 1 | -13/+15 | |
| | |||||
* | crypto/avx: make sure we can actually use ymm registers | 2017-10-31 | 1 | -1/+1 | |
| | |||||
* | blake2s: modernize API and have faster _final | 2017-10-17 | 1 | -42/+10 | |
| | |||||
* | compat: ensure we can build without compat.h | 2017-09-16 | 1 | -0/+1 | |
| | |||||
* | blake2s: satisfy sparse | 2017-08-02 | 1 | -2/+2 | |
| | |||||
* | blake2s: fix up alignment issues | 2017-07-20 | 1 | -9/+11 | |
| | | | | | When it's unclear if block is aligned, we just assume unaligned, rather than branching. | ||||
* | blake2s: move compression loop to assembly | 2017-07-20 | 1 | -71/+73 | |
| | |||||
* | main: annotate init/exit functions to save memory | 2017-06-24 | 1 | -2/+2 | |
| | |||||
* | blake2s: add AVX implementation | 2017-03-19 | 1 | -0/+24 | |
| | |||||
* | Update copyright | 2017-01-10 | 1 | -1/+1 | |
| | |||||
* | blake2s: cleanup | 2016-12-26 | 1 | -9/+4 | |
| | |||||
* | crypto: use kernel's bitops functions | 2016-12-11 | 1 | -9/+4 | |
| | |||||
* | blake2s: move self tests to correct directory | 2016-12-11 | 1 | -554/+1 | |
| | |||||
* | global: move to consistent use of uN instead of uintN_t for kernel code | 2016-12-11 | 1 | -38/+38 | |
| | |||||
* | headers: cleanup notices | 2016-11-21 | 1 | -1/+1 | |
| | |||||
* | Rework headers and includes | 2016-09-29 | 1 | -1/+1 | |
| | |||||
* | tests: make fatal | 2016-06-25 | 1 | -1/+2 | |
| | |||||
* | Initial commit | 2016-06-25 | 1 | -0/+840 | |