Skip to content

Topic

Constant-time programming

The discipline of writing code whose execution time and memory access pattern do not depend on secret values, usually by replacing branches and secret-indexed lookups with arithmetic on masks.

Current clusters