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
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It doesn't have any advantages over the builtin one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|