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
/
zinc
/
selftest
Age
Commit message (
Expand
)
Author
2019-12-06
chacha20poly1305: double check the sgmiter logic with test
Jason A. Donenfeld
2019-12-05
chacha20poly1305: port to sgmitter for 5.5
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-07
crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1
Jason A. Donenfeld
2018-10-07
crypto: disable broken implementations in selftests
Jason A. Donenfeld
2018-10-06
crypto: test all SIMD combinations
Jason A. Donenfeld
2018-10-06
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-03
simd: introduce useful disabling macro
Jason A. Donenfeld
2018-10-02
chacha20: test multiple page span in selftest
Jason A. Donenfeld
2018-10-02
chacha20: break out of zero loops in selftest
Jason A. Donenfeld
2018-09-25
crypto: rename DEBUG to SELFTEST
Jason A. Donenfeld
2018-09-25
curve25519: show all failures in test case
Jason A. Donenfeld
2018-09-25
chacha20: add bounds checking to selftests
Jason A. Donenfeld
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
2018-09-25
hchacha20: keep in native endian in words
Jason A. Donenfeld
2018-09-23
global: reduce stack frame size
Jason A. Donenfeld
2018-09-23
chacha20: add chunked selftest and test sliding alignments and hchacha20
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
crypto: do not waste space on selftest items
Jason A. Donenfeld
2018-09-20
crypto: explicitly dual license
Jason A. Donenfeld
2018-09-20
poly1305: account for simd being toggled off midway
Jason A. Donenfeld
2018-09-18
chacha20: add independent self test
Jason A. Donenfeld
2018-09-18
chacha20poly1305: add __init to selftest helper functions
Jason A. Donenfeld
2018-09-18
crypto: turn Zinc into individual modules
Jason A. Donenfeld
2018-09-17
crypto: pass simd by reference
Jason A. Donenfeld
2018-09-17
poly1305: do not require simd context for arch
Jason A. Donenfeld
2018-09-16
crypto: make MIT
Jason A. Donenfeld
2018-09-11
poly1305: rename finish to final
Jason A. Donenfeld
2018-09-11
crypto: do not use compound literals in selftests
Jason A. Donenfeld
2018-09-08
poly1305: rewrite self tests from scratch
Jason A. Donenfeld
2018-09-06
crypto: use CRYPTOGAMS license
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld