Skip to content

Commit 09db346

Browse files
Apply suggestions from code review
Co-authored-by: Robin Jadoul <robin.jadoul@gmail.com>
1 parent 3f11ace commit 09db346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/src/keccak_round.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ desc = "the right-rotated component of `rotated_Cxz`"
3434
[[variables.auxiliary]]
3535
name = "Dxz"
3636
type = [["Byte", 8], 5]
37-
desc = "$#`Cxz[x,y,z]` xor #`rotated_Cxz[`\\(#`x` +1) mod 5#`,y,z]`$"
37+
desc = "$#`Cxz[`\\(#`x` - 1) mod 5#`,y,z]` xor #`rotated_Cxz[`\\(#`x` + 1) mod 5#`,y,z]`$"
3838

3939
[[variables.auxiliary]]
4040
name = "theta"

0 commit comments

Comments
 (0)