Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #25275: Function to get input and output size of an SBox
Browse files Browse the repository at this point in the history
The input and output size of SBox are stored in `self.m` and `self.n`
respectively. To improve readability, this ticket implements
`self.input_size()` and `self.output_size()`. Other parts of SBox module
are also modified to reflect these changes.

URL: https://trac.sagemath.org/25275
Reported by: ruhm
Ticket author(s): Rusydi H. Makarim
Reviewer(s): Friedrich Wiemer
  • Loading branch information
Release Manager authored and vbraun committed Jun 30, 2018
2 parents 6c2d474 + 3aa99a3 commit 99fe721
Showing 1 changed file with 89 additions and 59 deletions.
Loading

0 comments on commit 99fe721

Please sign in to comment.