index
:
wireguard-monolithic-historical
fd/ECN-rfc6040
fd/propagate-DSCP-bits
fv/openbsd
grt/gro
jd/android-suspend-xmit
jd/andy-is-best-maybe
jd/arnd-crosstool
jd/base-time
jd/bigendiancurve
jd/broken-arm-qemu-serial
jd/built-in-rp-filter-adjustment
jd/builtin-ratelimiter
jd/cpu-dql
jd/endianness-trick
jd/fixed-endpoints
jd/ifgroup
jd/lockless-queuing
jd/maybe-sse2
jd/partial-preempt-fix
jd/remove-per-peer-queues
jd/ricetastic-chapoly
jd/ring_testing
jd/ryzen-bug
jd/spinlocks-dql
jd/syncconf
jd/systemd-resolved
jh/ignore-df
jn/mpmc-null
jn/mpmc-wip
jn/qemu-hash
jn/rhashtable
jo/transit-namespace
lr/man-allowedips
lr/peer-names
lr/pmtu
master
md/openbsd
nd/android-10-dns
rvd/poly1305_opaque_length
rvd/poly1305_padding
sl/ppc
tg/mpmc-benchmark
tg/mpmc_ring
tg/mpmc_testing
Historical monolithic WireGuard repository, split into wireguard-tools, wireguard-linux, and wireguard-linux-compat.
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
/
zinc
/
curve25519
/
curve25519-x86_64.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-02
curve25519: not all linkers support bmi2 and adx
Jason A. Donenfeld
1
-0
/
+40
2019-02-03
noise: store clamped key instead of raw key
Jason A. Donenfeld
1
-4
/
+4
2019-01-23
global: normalize -> clamp
Jason A. Donenfeld
1
-7
/
+0
2019-01-07
global: update copyright
Jason A. Donenfeld
1
-1
/
+1
2018-10-27
curve25519-x86_64: this was relicensed to BSD-3-Clause upstream
Jason A. Donenfeld
1
-1
/
+1
2018-10-07
crypto: clean up remaining .h->.c
Jason A. Donenfeld
1
-1
/
+1
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
1
-19
/
+19
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
1
-2
/
+2
2018-09-20
crypto: explicitly dual license
Jason A. Donenfeld
1
-1
/
+1
2018-09-16
crypto: make MIT
Jason A. Donenfeld
1
-1
/
+1
2018-09-03
crypto: import zinc
Jason A. Donenfeld
1
-294
/
+570
2018-08-28
curve25519-x86_64: let the compiler decide when/how to load constants
Samuel Neves
1
-5
/
+2
2018-08-07
curve25519-x86_64: avoid use of r12
Jason A. Donenfeld
1
-107
/
+107
2018-07-28
curve25519-x86_64: tighten reductions modulo 2^256-38
Samuel Neves
1
-21
/
+18
2018-07-28
curve25519-x86_64: simplify the final reduction by adding 19 beforehand
Samuel Neves
1
-40
/
+26
2018-07-28
curve25519-x86_64: tighten the x25519 assembly
Samuel Neves
1
-3
/
+3
2018-05-29
curve25519: x86_64: make symbol static
Jason A. Donenfeld
1
-2
/
+2
2018-05-29
curve25519: x86_64: satisfy sparse
Jason A. Donenfeld
1
-260
/
+260
2018-03-09
curve25519: precomp const correctness
Jason A. Donenfeld
1
-24
/
+22
2018-03-09
curve25519: memzero in batches
Jason A. Donenfeld
1
-140
/
+124
2018-03-09
curve25519: use cmov instead of xor for cswap
Jason A. Donenfeld
1
-12
/
+39
2018-03-09
curve25519: use precomp implementation instead of sandy2x
Jason A. Donenfeld
1
-164
/
+2056
2018-03-02
crypto: read only after init
Jason A. Donenfeld
1
-1
/
+2
2018-01-18
curve25519: resolve symbol clash between fe types
Jason A. Donenfeld
1
-7
/
+7
2018-01-18
curve25519: modularize implementation
Jason A. Donenfeld
1
-0
/
+175