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.
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.