[openssl-dev] curve25519

Viktor Dukhovni openssl-users at dukhovni.org
Sun Jun 21 17:14:50 UTC 2015


On Sun, Jun 21, 2015 at 05:10:48PM +0000, Salz, Rich wrote:

> The big thing is "avoid data-dependant jumps.

Not only data-dependent branches, but also data-dependent memory
access patterns.  Both the sequence of instrucutions executed and
the sequence of memory addresses accessed must not depend on either
data or keys.

-- 
	Viktor.


More information about the openssl-dev mailing list