|
|
|
|
|
by anonymoushn
1031 days ago
|
|
No. Constant wall clock time involves not using branches. Maybe you're thinking of "asymptotic constant time" or "runtime bounded above by a constant." These are not what is needed, because what is needed is to not expose any information via timing. |
|
Is it correct to say: "all branchless code runs in constant time, but not all constant time code is branchless"?