You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/5-elixir.livemd
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Hint: Deleting it *entirely* is a fair approach 😉
101
101
102
102
A timing attack is a side-channel attack in which the attacker attempts to compromise a cryptosystem by analyzing the time taken to execute cryptographic algorithms.
103
103
104
-
Plainly speaking, response time it takes to compute a given function measured at the pico-second level is analyized for microscopic variations.
104
+
Plainly speaking, response time it takes to compute a given function measured at the pico-second level is analyzed for microscopic variations.
105
105
106
106
This technique is primarily used to analyze string comparisons of secret values to brute-force the identify of the secret.
0 commit comments