newaetech / chipwhisperer-jupyter

Interactive ChipWhisperer tutorials using Jupyter notebooks.
220 stars 70 forks source link

Typos + improve progress bar #10

Closed Grazfather closed 5 years ago

Grazfather commented 5 years ago

For the fault 1 attacks you only use tnrange on the inner-most loop. This is not that handy since it runs through quickly and resets, and there's no indication how far we are in the other loops.

This uses tnrange on the outer loops to help with this. Fault_1-Introduction_to_Clock_Glitch_Attacks_-_Jupyter_Notebook