Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 335 Bytes

constant-time-exercises

Various exercises illustrating constant-time programming

Order:

  • before we start:

  • password: find the password expected by the binary program

  • interlude:

  • convert.c: let's look at the assembly generated by GCC and Clang

  • practice session:

  • modulo.c

  • compare_memory.c

  • expn.c

  • s2n.txt