index
:
wireguard-linux-compat
master
WireGuard kernel module backport for Linux 3.10 - 5.5
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
/
zinc
/
chacha20poly1305.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: do not export symbols
Jason A. Donenfeld
2020-04-14
1
-6
/
+0
*
chacha20poly1305: defensively protect against large inputs
Jason A. Donenfeld
2020-02-06
1
-1
/
+3
*
chacha20poly1305: port to sgmitter for 5.5
Jason A. Donenfeld
2019-12-05
1
-90
/
+128
*
chacha20poly1305: permit unaligned strides on certain platforms
Jason A. Donenfeld
2019-02-03
1
-18
/
+14
*
global: update copyright
Jason A. Donenfeld
2019-01-07
1
-1
/
+1
*
crypto: test all SIMD combinations
Jason A. Donenfeld
2018-10-06
1
-3
/
+4
*
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-06
1
-1
/
+1
*
crypto: document what's used from <crypto/ beside #include
Jason A. Donenfeld
2018-10-02
1
-1
/
+1
*
crypto: WARN_ON in module_init if selftest fails
Jason A. Donenfeld
2018-10-02
1
-1
/
+1
*
crypto: rename DEBUG to SELFTEST
Jason A. Donenfeld
2018-09-25
1
-1
/
+1
*
crypto: make constant naming scheme consistent
Jason A. Donenfeld
2018-09-25
1
-12
/
+12
*
hchacha20: keep in native endian in words
Jason A. Donenfeld
2018-09-25
1
-4
/
+6
*
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
1
-2
/
+2
*
crypto: explicitly dual license
Jason A. Donenfeld
2018-09-20
1
-1
/
+1
*
chacha20poly1305: relax simd between sg chunks
Jason A. Donenfeld
2018-09-18
1
-0
/
+2
*
crypto: turn Zinc into individual modules
Jason A. Donenfeld
2018-09-18
1
-0
/
+27
*
crypto: pass simd by reference
Jason A. Donenfeld
2018-09-17
1
-18
/
+21
*
poly1305: do not require simd context for arch
Jason A. Donenfeld
2018-09-17
1
-4
/
+4
*
crypto: make MIT
Jason A. Donenfeld
2018-09-16
1
-1
/
+1
*
poly1305: rename finish to final
Jason A. Donenfeld
2018-09-11
1
-4
/
+4
*
crypto: import zinc
Jason A. Donenfeld
2018-09-03
1
-0
/
+333