index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
/
zinc
/
poly1305
Age
Commit message (
Expand
)
Author
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-12-07
chacha20,poly1305: simplify perlasm fanciness
Jason A. Donenfeld
2018-11-19
chacha20,poly1305: do not use xlate
Jason A. Donenfeld
2018-11-17
poly1305: make frame pointers for auxiliary calls
Samuel Neves
2018-11-15
chacha20,poly1305: don't do compiler testing in generator and remove xor helper
Jason A. Donenfeld
2018-11-15
poly1305: cleanup leftover debugging changes
Jason A. Donenfeld
2018-11-15
poly1305: only export neon symbols when in use
Jason A. Donenfeld
2018-11-15
chacha20,poly1305: fix up for win64
Samuel Neves
2018-11-15
poly1305: specialize to wireguard
Jason A. Donenfeld
2018-11-15
poly1305: adjust to kernel
Samuel Neves
2018-11-14
chacha20,poly1305: switch to perlasm originals on x86_64
Samuel Neves
2018-11-14
chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm
Jason A. Donenfeld
2018-11-14
chacha20,poly1305: switch to perlasm originals on mips and arm
Jason A. Donenfeld
2018-10-27
poly1305-donna64: mark large constants as ULL
Jason A. Donenfeld
2018-10-07
crypto: clean up remaining .h->.c
Jason A. Donenfeld
2018-10-06
crypto: test all SIMD combinations
Jason A. Donenfeld
2018-10-06
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-02
poly1305: document rationale for base 2^26->2^64/32 conversion
Jason A. Donenfeld
2018-10-02
crypto: use ZINC_ARCH macros
Jason A. Donenfeld
2018-10-02
crypto: add missing static keyword to fpu init functions
Jason A. Donenfeld
2018-10-02
crypto: WARN_ON in module_init if selftest fails
Jason A. Donenfeld
2018-10-02
poly1305-mips64: use compiler-defined macros in assembly
Jason A. Donenfeld
2018-10-02
poly1305: feed fpu functions PAGE_SIZE at a time
Jason A. Donenfeld
2018-10-02
crypto: prefer IS_ENABLED to ifdefs
Jason A. Donenfeld
2018-09-25
crypto: rename DEBUG to SELFTEST
Jason A. Donenfeld
2018-09-25
poly1305-arm: swap endianness in base 2^26 conversion
Jason A. Donenfeld
2018-09-25
chacha20-arm,poly1305-arm: fix big-endian aarch64
Jason A. Donenfeld
2018-09-23
poly1305-mips64: remove useless preprocessor error
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling again
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling
Jason A. Donenfeld
2018-09-21
poly1305-mips32r2: remove all reorder directives
René van Dorst
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
crypto: explicitly dual license
Jason A. Donenfeld
2018-09-20
poly1305: account for simd being toggled off midway
Jason A. Donenfeld
2018-09-19
poly1305: no need to trick gcc 8.1
Jason A. Donenfeld
2018-09-18
poly1305: better module description
Jason A. Donenfeld
2018-09-18
poly1305-x86_64: show full struct for state
Jason A. Donenfeld
2018-09-18
crypto: allow for disabling simd in zinc modules
Jason A. Donenfeld
2018-09-18
crypto: turn Zinc into individual modules
Jason A. Donenfeld
2018-09-17
crypto: do not use -include trick
Jason A. Donenfeld
2018-09-17
poly1305-x86_64: don't activate simd for small blocks
Jason A. Donenfeld
2018-09-17
crypto: pass simd by reference
Jason A. Donenfeld
2018-09-17
poly1305: do not require simd context for arch
Jason A. Donenfeld
2018-09-16
crypto: make MIT
Jason A. Donenfeld
2018-09-12
poly1305: precompute 5*r in init instead of blocks
Jason A. Donenfeld
2018-09-11
poly1305: rename finish to final
Jason A. Donenfeld
2018-09-10
poly1305: switch to donna
Jason A. Donenfeld
2018-09-06
crypto: use CRYPTOGAMS license
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld