Skip to content

Commit 6fc983c

Browse files
committed
Underlines the text
1 parent dc31bfc commit 6fc983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The IoC is a metric that quantifies the likelihood of randomly selecting two ide
116116
Notably, the code for the frequency analysis function was referenced from Chapter 19: "Frequency Analysis" in the book titled "#link("https://inventwithpython.com/cracking/chapter19.html")[Cracking Codes with Python]." #cite(<Cracking-The-Code-Python-Book>)
117117

118118
After computing the IoC values for all the sub-messages, the average IoC value is determined and stored in a designated variable.
119-
It is worth noting that the approximate IoC value for English text is known to be around $0.0686$.
119+
It is worth noting that the #underline("approximate IoC value") for English text is known to be around $0.0686$.
120120
The program proceeds to assess the disparity between the calculated average IoC and the expected IoC for English text.
121121
If the average IoC closely approximates the English value of $approx 0.0686$, the program acknowledges the key length guess as highly plausible and provides a corresponding confirmation message.
122122
In cases where the average IoC diverges significantly from the English IoC value, the program issues a message indicating that the guessed key length is not feasible.

0 commit comments

Comments
 (0)