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
Age
Commit message (
Expand
)
Author
2018-06-22
simd: add missing header
Jason A. Donenfeld
2018-06-22
poly1305: give linker the correct constant data section size
Jason A. Donenfeld
2018-06-20
poly1305: add missing string.h header
Jason A. Donenfeld
2018-06-17
simd: no need to restore fpu state when no preemption
Jason A. Donenfeld
2018-06-17
simd: encapsulate fpu amortization into nice functions
Jason A. Donenfeld
2018-06-14
chacha20poly1305: use slow crypto on -rt kernels on arm too
Jason A. Donenfeld
2018-06-13
chacha20poly1305: use slow crypto on -rt kernels
Jason A. Donenfeld
2018-06-02
chacha20: add missing include to header
Jason A. Donenfeld
2018-05-31
poly1305: mips: compute S on fly
René van Dorst
2018-05-31
crypto: consistent constification
Jason A. Donenfeld
2018-05-31
chacha20poly1305: combine stack variables into union
Jason A. Donenfeld
2018-05-31
chacha20poly1305: split up into separate files
Jason A. Donenfeld
2018-05-29
curve25519: x86_64: make symbol static
Jason A. Donenfeld
2018-05-29
curve25519: x86_64: satisfy sparse
Jason A. Donenfeld
2018-05-18
chacha20poly1305: add mips32 implementation
René van Dorst
2018-05-13
chacha20poly1305: make gcc 8.1 happy
Samuel Neves
2018-04-18
poly1305: do not place constants in different sections
Jason A. Donenfeld
2018-04-16
blake2s: remove unused helper
Jason A. Donenfeld
2018-04-05
chacha20poly1305: put magic constant behind macro
Jason A. Donenfeld
2018-03-09
curve25519: precomp const correctness
Jason A. Donenfeld
2018-03-09
curve25519: memzero in batches
Jason A. Donenfeld
2018-03-09
curve25519: use cmov instead of xor for cswap
Jason A. Donenfeld
2018-03-09
curve25519: use precomp implementation instead of sandy2x
Jason A. Donenfeld
2018-03-02
crypto: read only after init
Jason A. Donenfeld
2018-02-14
blake2s: use union instead of casting
Jason A. Donenfeld
2018-02-01
curve25519: replace fiat64 with faster hacl64
Jason A. Donenfeld
2018-02-01
curve25519: replace hacl64 with fiat64
Jason A. Donenfeld
2018-01-30
chacha20poly1305: better buffer alignment
Jason A. Donenfeld
2018-01-30
chacha20poly1305: use existing rol32 function
Jason A. Donenfeld
2018-01-19
poly1305: add poly-specific self-tests
Jason A. Donenfeld
2018-01-18
curve25519-fiat32: uninline certain functions
Jason A. Donenfeld
2018-01-18
curve25519: wire up new impls and remove donna
Jason A. Donenfeld
2018-01-18
curve25519: resolve symbol clash between fe types
Jason A. Donenfeld
2018-01-18
curve25519: import 64-bit hacl-star implementation
Jason A. Donenfeld
2018-01-18
curve25519: import 32-bit fiat-crypto implementation
Jason A. Donenfeld
2018-01-18
curve25519: modularize implementation
Jason A. Donenfeld
2018-01-18
poly1305: remove indirect calls
Samuel Neves
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-13
crypto: compile on UML
Jason A. Donenfeld
2017-12-11
chacha20poly1305: wire up avx512vl for skylake-x
Jason A. Donenfeld
2017-12-11
chacha20: avx512vl implementation
Samuel Neves
2017-12-11
poly1305: fix avx512f alignment bug
Samuel Neves
2017-12-11
chacha20poly1305: cleaner generic code
Jason A. Donenfeld
2017-12-09
blake2s-x86_64: fix spacing
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-12-03
chacha20-arm: fix with clang -fno-integrated-as.
David Benjamin
2017-12-03
poly1305: update x86-64 kernel to AVX512F only
Samuel Neves
2017-11-28
curve25519: explictly depend on AS_AVX
Jason A. Donenfeld
2017-11-28
curve25519: modularize dispatch
Jason A. Donenfeld
2017-11-26
blake2s: tweak avx512 code
Samuel Neves
[next]