Skip to content

Commit

Permalink
Fix newline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rusydi authored Jan 13, 2025
1 parent 050883a commit 8eab361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/crypto/sboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ def monomial_function(n, e):
X = R.gen()
return SBox(X**e)


def chi(n):
r"""
Return the `\chi` function defined over `\GF{2^n}` used in the nonlinear layer of Keccak and Xoodyak.
Expand Down

0 comments on commit 8eab361

Please sign in to comment.