Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: arm64/chacha - fix hchacha_block_neon() for big endian | Eric Biggers | 2019-02-28 | 1 | -2/+2 |
* | crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian | Eric Biggers | 2019-02-28 | 1 | -0/+16 |
* | crypto: arm64/chacha - use combined SIMD/ALU routine for more speed | Ard Biesheuvel | 2018-12-13 | 1 | -16/+219 |
* | crypto: arm64/chacha - optimize for arbitrary length inputs | Ard Biesheuvel | 2018-12-13 | 1 | -13/+170 |
* | crypto: arm64/chacha20 - refactor to allow varying number of rounds | Eric Biggers | 2018-12-13 | 1 | -0/+484 |