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
/
curve25519.c
Age
Commit message (
Expand
)
Author
2017-09-16
compat: ensure we can build without compat.h
Jason A. Donenfeld
2017-06-25
curve25519: keep certain sandy2x functions in C
Jason A. Donenfeld
2017-06-24
curve25519: satisfy sparse and use short types
Jason A. Donenfeld
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-12
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-05-31
curve25519: add NEON versions for ARM
Jason A. Donenfeld
2017-05-31
curve25519: align the basepoint to 32 bytes
Jason A. Donenfeld
2017-05-31
curve25519: actually, do some things on heap sometimes
Jason A. Donenfeld
2017-03-30
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
2017-03-24
curve25519: 128-bit integer != x86_64
Jason A. Donenfeld
2017-03-20
curve25519: do dispatcher in C instead of asm, since shlx is haswell only
Jason A. Donenfeld
2017-03-19
curve25519: add AVX implementation
Jason A. Donenfeld
2017-01-15
curve25519: do everything on the stack
Jason A. Donenfeld
2017-01-10
Update copyright
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-10
curve25519: use kmalloc in order to not overflow stack
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-02
selftest: move to subfolder
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
2016-07-07
curve25519: unneeded zeros variable
Jason A. Donenfeld
2016-06-25
tests: make fatal
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld