Skip to content

Commit

Permalink
[ofb] correct encryption formula formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Jul 3, 2024
1 parent a488e49 commit b0fb908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/symmetric.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ operation](/assets/images/crypto/symmetric/CFB_decryption.png)

$$
\begin{cases}
Z_0 = IV \\ Z_i = E_K(Z*{i-1}) \\ C_i = M_i \oplus Z_i
Z_0 = IV \\ Z_i = E_K(Z_{i-1}) \\ C_i = M_i \oplus Z_i
\end{cases}
$$

Expand Down

0 comments on commit b0fb908

Please sign in to comment.