aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/curve25519 (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: use new assembler macros for 5.5Jason A. Donenfeld2019-12-051-2/+2
* curve25519: not all linkers support bmi2 and adxJason A. Donenfeld2019-06-022-6/+48
* noise: store clamped key instead of raw keyJason A. Donenfeld2019-02-034-14/+7
* global: normalize -> clampJason A. Donenfeld2019-01-234-17/+10
* global: update copyrightJason A. Donenfeld2019-01-077-7/+7
* global: various formatting tweeksJason A. Donenfeld2018-11-131-1/+1
* curve25519-x86_64: this was relicensed to BSD-3-Clause upstreamJason A. Donenfeld2018-10-271-1/+1
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-075-6/+6
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-063-4/+7
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-063-5/+5
* curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld2018-10-041-12/+12
* curve25519-arm: writeback to base register when possibleJason A. Donenfeld2018-10-041-58/+27
* curve25519-arm: adjust commentJason A. Donenfeld2018-10-031-2/+2
* curve25519-arm: use new simd apiJason A. Donenfeld2018-10-031-6/+9
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-021-1/+1
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-021-1/+1
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-021-1/+1
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-021-5/+3
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-251-1/+1
* curve25519-arm: disable on big-endianJason A. Donenfeld2018-09-252-3/+3
* curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld2018-09-251-2/+1
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-256-56/+56
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-232-9/+4
* curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld2018-09-231-6/+4
* crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2018-09-231-3/+7
* global: reduce stack frame sizeJason A. Donenfeld2018-09-231-1/+1
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-207-14/+14
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-207-7/+7
* curve25519-arm: only compile if symbols will be usedJason A. Donenfeld2018-09-181-1/+1
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-181-1/+5
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-183-2/+30
* crypto: do not use -include trickJason A. Donenfeld2018-09-173-7/+5
* crypto: make MITJason A. Donenfeld2018-09-167-7/+7
* curve25519-x86_64: remove useless defineJason A. Donenfeld2018-09-121-1/+0
* curve25519: arm: do not modify sp directlyJason A. Donenfeld2018-09-061-3/+3
* crypto: import zincJason A. Donenfeld2018-09-037-0/+6254