Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-09 | crypto/x86_64: satisfy stack validation 2.0 | Jason A. Donenfeld | |
We change this to look like the code gcc generates, so as to keep the objtool checker somewhat happy. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-06-25 | curve25519: keep certain sandy2x functions in C | Jason A. Donenfeld | |
We can let the compiler optimize how it sees fit. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-06-01 | curve25519: use more standard label convention in asm | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-03-20 | curve25519: do dispatcher in C instead of asm, since shlx is haswell only | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-03-19 | curve25519: add AVX implementation | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |