Skip to content

Commit aedc3a3

Browse files
authored
Fix a typo in the Timing Attack section (#34)
1 parent ee4dd81 commit aedc3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/5-elixir.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Hint: Deleting it *entirely* is a fair approach 😉
101101

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

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

106106
This technique is primarily used to analyze string comparisons of secret values to brute-force the identify of the secret.
107107

0 commit comments

Comments
 (0)