Skip to content

Commit 8eab361

Browse files
authored
Fix newline issue
1 parent 050883a commit 8eab361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/crypto/sboxes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def monomial_function(n, e):
401401
X = R.gen()
402402
return SBox(X**e)
403403

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

0 commit comments

Comments
 (0)