Age | Commit message (Collapse) | Author |
|
|
|
Let the cipher and MAC handlers just store the chosen implementations themselves
instead of relying on the global configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ENABLE_OPENSSL
|
|
|
|
implementation is actually enabled
|
|
|
|
secure
|
|
For some reason, this makes GCC generate much better code on MIPS with -Os
|
|
Public Domain implementations by D. J. Bernstein, see
http://cr.yp.to/snuffle.html
|
|
|
|
|
|
|
|
|
|
Not a single implementation was using them...
|
|
This reverts commit d0707b161d10cf79242d40b24853988c89c7604a.
|
|
|
|
invalid aliasing (hopefully)
|
|
_mm version
|
|
generate fast code
|
|
For some reason, this allows clang to optimize the code much better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It doesn't have any advantages over the builtin one.
|
|
|
|
|
|
The performance gain is negligible, and OpenSSL avoids a bytewise implementation
to mitigate timing attacks.
This reverts commits d4916544299c28c4fb16da6d3306eea0a6d5d79f and
1b06460aa967e3afcfa6fc8d664874134ab6c739.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|