This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #25275: Function to get input and output size of an SBox
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