summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/curve25519
AgeCommit message (Expand)Author
2021-08-08crypto: curve25519-x86_64: solve register constraints with reserved registersHEADmasterMathias Krause
2021-02-07compat: remove unused version.h headersJason A. Donenfeld
2020-04-14crypto: do not export symbolsJason A. Donenfeld
2020-02-19curve25519-x86_64: avoid use of r12Jason A. Donenfeld
2020-01-21curve25519: x86_64: replace with formally verified implementationJason A. Donenfeld
2019-12-05crypto: use new assembler macros for 5.5Jason A. Donenfeld
2019-06-02curve25519: not all linkers support bmi2 and adxJason A. Donenfeld
2019-02-03noise: store clamped key instead of raw keyJason A. Donenfeld
2019-01-23global: normalize -> clampJason A. Donenfeld
2019-01-07global: update copyrightJason A. Donenfeld
2018-11-13global: various formatting tweeksJason A. Donenfeld
2018-10-27curve25519-x86_64: this was relicensed to BSD-3-Clause upstreamJason A. Donenfeld
2018-10-07crypto: clean up remaining .h->.cJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-04curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld
2018-10-04curve25519-arm: writeback to base register when possibleJason A. Donenfeld
2018-10-03curve25519-arm: adjust commentJason A. Donenfeld
2018-10-03curve25519-arm: use new simd apiJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld
2018-10-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25curve25519-arm: disable on big-endianJason A. Donenfeld
2018-09-25curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld
2018-09-23curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld
2018-09-23global: reduce stack frame sizeJason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-18curve25519-arm: only compile if symbols will be usedJason A. Donenfeld
2018-09-18crypto: allow for disabling simd in zinc modulesJason A. Donenfeld
2018-09-18crypto: turn Zinc into individual modulesJason A. Donenfeld
2018-09-17crypto: do not use -include trickJason A. Donenfeld
2018-09-16crypto: make MITJason A. Donenfeld
2018-09-12curve25519-x86_64: remove useless defineJason A. Donenfeld
2018-09-06curve25519: arm: do not modify sp directlyJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld