Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
reflect their function better
|
|
|
|
Not a single implementation was using them...
|
|
This reverts commit d0707b161d10cf79242d40b24853988c89c7604a.
|
|
|
|
|
|
|
|
|
|
fastd will segfault in valgrind otherwise (O_o)
|
|
|
|
|
|
|
|
invalid aliasing (hopefully)
|
|
_mm version
|
|
generate fast code
|
|
For some reason, this allows clang to optimize the code much better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cipher
|
|
|
|
It doesn't have any advantages over the builtin one.
|
|
|
|
|
|
don't need to secure_memzero it
|
|
|
|
|
|
The performance gain is negligible, and OpenSSL avoids a bytewise implementation
to mitigate timing attacks.
This reverts commits d4916544299c28c4fb16da6d3306eea0a6d5d79f and
1b06460aa967e3afcfa6fc8d664874134ab6c739.
|
|
|
|
|