Age | Commit message (Expand) | Author |
---|---|---|
2018-08-07 | curve25519-x86_64: avoid use of r12 | Jason A. Donenfeld |
2018-07-28 | curve25519-x86_64: tighten reductions modulo 2^256-38 | Samuel Neves |
2018-07-28 | curve25519-x86_64: simplify the final reduction by adding 19 beforehand | Samuel Neves |
2018-07-28 | curve25519-x86_64: tighten the x25519 assembly | Samuel Neves |
2018-05-29 | curve25519: x86_64: make symbol static | Jason A. Donenfeld |
2018-05-29 | curve25519: x86_64: satisfy sparse | 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-01-18 | curve25519: resolve symbol clash between fe types | Jason A. Donenfeld |
2018-01-18 | curve25519: modularize implementation | Jason A. Donenfeld |