Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-22 | chacha20poly1305: import ARM primitives from OpenSSL | Jason A. Donenfeld | |
ARMv4-ARMv8, with NEON for ARMv7 and ARMv8. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-11-14 | curve25519-neon: compile in thumb mode | Jason A. Donenfeld | |
In thumb mode, it's not possible to use sp as an operand of and, so we have to muck around with r3 as a scratch register. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2017-10-02 | curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb | Jason A. Donenfeld | |
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-05-31 | curve25519: add NEON versions for ARM | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |