symm/: New SSE2 implementations of Salsa20 and ChaCha.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2015 16:05:20 +0000 (17:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Jul 2015 12:54:22 +0000 (13:54 +0100)
commite10e6494b18a62339497db09d9712cd5df555714
tree2452896392429c52779b5f2c1236dc5716c779e9
parenta4c2e267f29d601a9d68ecfedc66852379e429ae
symm/: New SSE2 implementations of Salsa20 and ChaCha.

These are chosen at runtime if the CPU is suitable.
symm/Makefile.am
symm/chacha-x86-sse2.s [new file with mode: 0644]
symm/chacha.c
symm/salsa20-x86-sse2.s [new file with mode: 0644]
symm/salsa20.c