Files
strongswan-ext/src
Martin Willi 755dadcfda chapoly: Add an SSSE3 based driver
We always build the driver on x86/x64, but enable it only if SSSE3 support
is detected during runtime.

Poly1305 uses parallel 32-bit multiplication operands yielding a 64-bit result,
for which two can be done in parallel in SSE. This is minimally faster than
multiplication with 64-bit operands, and also works on 32-bit builds not having
a __int128 result type.

On a 32-bit architecture, this is more than twice as fast as the portable
driver, and on 64-bit it is ~30% faster.
2015-06-29 17:32:14 +02:00
..
2014-10-05 12:55:37 +02:00
2015-06-18 10:37:21 +02:00
2015-06-02 06:51:41 +02:00
2015-02-20 13:34:55 +01:00
2015-05-05 10:46:48 +02:00