Skip to content

Commit

Permalink
remove accidental duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
eightfilms committed Jul 2, 2024
1 parent fc32748 commit ed03f15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/encryption/symmetric/aes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ Substitutes each byte in the `State` with another byte according to a [substitut

Do a **right** shift i-th row of i positions, for i ranging from 0 to 3, eg. Row 0: no shift occurs, row 1: a right shift of 1 position occurs.

Substitutes each byte in the `State` with another byte according to a [substitution box](#substitution-box). Note that the only difference here is that the substitution box used in decryption is derived differently from the version used in encryption.


#### InvMixColumns

Each column of bytes is treated as a 4-term polynomial, multiplied modulo x^4 + 1 with the inverse of the fixed polynomial
Expand Down

0 comments on commit ed03f15

Please sign in to comment.