summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/poly1305
AgeCommit message (Expand)Author
2019-01-07global: update copyrightJason A. Donenfeld
2018-12-07chacha20,poly1305: simplify perlasm fancinessJason A. Donenfeld
2018-11-19chacha20,poly1305: do not use xlateJason A. Donenfeld
2018-11-17poly1305: make frame pointers for auxiliary callsSamuel Neves
2018-11-15chacha20,poly1305: don't do compiler testing in generator and remove xor helperJason A. Donenfeld
2018-11-15poly1305: cleanup leftover debugging changesJason A. Donenfeld
2018-11-15poly1305: only export neon symbols when in useJason A. Donenfeld
2018-11-15chacha20,poly1305: fix up for win64Samuel Neves
2018-11-15poly1305: specialize to wireguardJason A. Donenfeld
2018-11-15poly1305: adjust to kernelSamuel Neves
2018-11-14chacha20,poly1305: switch to perlasm originals on x86_64Samuel Neves
2018-11-14chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on armJason A. Donenfeld
2018-11-14chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld
2018-10-27poly1305-donna64: mark large constants as ULLJason 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-02poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld
2018-10-02crypto: use ZINC_ARCH macrosJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld
2018-10-02poly1305-mips64: use compiler-defined macros in assemblyJason A. Donenfeld
2018-10-02poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld
2018-09-25chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld
2018-09-23poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld
2018-09-21poly1305-mips32r2: remove all reorder directivesRené van Dorst
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-20poly1305: account for simd being toggled off midwayJason A. Donenfeld
2018-09-19poly1305: no need to trick gcc 8.1Jason A. Donenfeld
2018-09-18poly1305: better module descriptionJason A. Donenfeld
2018-09-18poly1305-x86_64: show full struct for stateJason 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-17poly1305-x86_64: don't activate simd for small blocksJason A. Donenfeld
2018-09-17crypto: pass simd by referenceJason A. Donenfeld
2018-09-17poly1305: do not require simd context for archJason A. Donenfeld
2018-09-16crypto: make MITJason A. Donenfeld
2018-09-12poly1305: precompute 5*r in init instead of blocksJason A. Donenfeld
2018-09-11poly1305: rename finish to finalJason A. Donenfeld
2018-09-10poly1305: switch to donnaJason A. Donenfeld
2018-09-06crypto: use CRYPTOGAMS licenseJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld