libsodium/src
Frank Denis 7dbbd266b5 Simple SSE2 implementation of crypto_verify*()
`z` being volatile implies more load/store than needed, but this should
be safer if we want to stick with pure C code, and gives us a chance to
zero the registers.

It's still way faster than byte-by-byte comparisons anyway.

Xored secrets don't matter much when compared byte-by-byte, but they
can be more annoying in 128-bit registers.
2017-07-15 20:29:27 +02:00
..
libsodium Simple SSE2 implementation of crypto_verify*() 2017-07-15 20:29:27 +02:00
Makefile.am Remove CurveCP 2013-03-16 19:59:25 -07:00