Skip to content

Commit

Permalink
adjustment to comply with PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
rusydi authored Jan 17, 2025
1 parent 4cce1f5 commit 3589aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/crypto/sboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,12 @@ def monomial_function(n, e):

def inversion(n):
r"""
Return the S-Box constructed from the inversion mapping over `\GF{2^n}` extending `0 \mapsto 0`
Return the S-Box constructed from the inversion mapping over `\GF{2^n}`
extending `0 \mapsto 0`.
INPUT:
- ``n`` -- size of the S-Box (i.e. the degree of the finite field extension)
- ``n`` -- size of the S-Box
EXAMPLES::
Expand Down

0 comments on commit 3589aa6

Please sign in to comment.