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
/
curve25519
Age
Commit message (
Expand
)
Author
2021-08-08
crypto: curve25519-x86_64: solve register constraints with reserved registers
HEAD
master
Mathias Krause
2021-02-07
compat: remove unused version.h headers
Jason A. Donenfeld
2020-04-14
crypto: do not export symbols
Jason A. Donenfeld
2020-02-19
curve25519-x86_64: avoid use of r12
Jason A. Donenfeld
2020-01-21
curve25519: x86_64: replace with formally verified implementation
Jason A. Donenfeld
2019-12-05
crypto: use new assembler macros for 5.5
Jason A. Donenfeld
2019-06-02
curve25519: not all linkers support bmi2 and adx
Jason A. Donenfeld
2019-02-03
noise: store clamped key instead of raw key
Jason A. Donenfeld
2019-01-23
global: normalize -> clamp
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-11-13
global: various formatting tweeks
Jason A. Donenfeld
2018-10-27
curve25519-x86_64: this was relicensed to BSD-3-Clause upstream
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-04
curve25519-arm: rearrange multiplications for better in-order performance
Jason A. Donenfeld
2018-10-04
curve25519-arm: writeback to base register when possible
Jason A. Donenfeld
2018-10-03
curve25519-arm: adjust comment
Jason A. Donenfeld
2018-10-03
curve25519-arm: use new simd api
Jason A. Donenfeld
2018-10-02
crypto: add missing static keyword to fpu init functions
Jason A. Donenfeld
2018-10-02
crypto: document what's used from <crypto/ beside #include
Jason A. Donenfeld
2018-10-02
crypto: WARN_ON in module_init if selftest fails
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
curve25519-arm: disable on big-endian
Jason A. Donenfeld
2018-09-25
curve25519-hacl64: reduce stack usage under KASAN
Jason A. Donenfeld
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling again
Jason A. Donenfeld
2018-09-23
curve25519-fiat32: work around m68k compiler stack frame bug
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling
Jason A. Donenfeld
2018-09-23
global: reduce stack frame size
Jason A. Donenfeld
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-18
curve25519-arm: only compile if symbols will be used
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-16
crypto: make MIT
Jason A. Donenfeld
2018-09-12
curve25519-x86_64: remove useless define
Jason A. Donenfeld
2018-09-06
curve25519: arm: do not modify sp directly
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld