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
/
chacha20poly1305.h
Age
Commit message (
Expand
)
Author
2017-10-03
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-05-30
chacha20poly1305: add NEON versions for ARM and ARM64
Jason A. Donenfeld
2017-04-04
chacha20poly1305: check return values of sgops
Jason A. Donenfeld
2017-03-30
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
2017-03-19
blake2s: add AVX implementation
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-11
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-09
chacha20poly1305: don't forget version header
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-04
data: keep FPU on when possible
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
2016-06-25
tests: make fatal
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld