diff options
author | lloyd <[email protected]> | 2011-05-05 20:17:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-05 20:17:21 +0000 |
commit | 48962b16931268ea3e152350e78a78aaac170109 (patch) | |
tree | fd9357f6ef8aa62de5d34dde9e5b06ed1ad8acb2 /doc/old | |
parent | 3d05cd831d8f3254d2ac10fc4e14591565089538 (diff) |
Search for the delimiter bytes in OAEP using a loop that doesn't have
conditionals to help avoid timing anylsis. Unfortunately GCC is too
smart for us and compiles it to jumps anyway; probably would need to
put the delim search into its own function and pass variables by
volatile pointers to force the compiler to do what we want.
Diffstat (limited to 'doc/old')
0 files changed, 0 insertions, 0 deletions