This repository contains the accompanying codes for the paper: "From Substitution Box To Threshold" (IACR ePrint/Indocrypt 2023).
.
├───README.md
│
├───with-decomposition
│ decomposition.py
│ README.md
│ sample_decomp_log.txt
│
└───without-decomposition
default-ls.txt
no-decomposition.py
README.md
sample_wo_decomp_log.txt
uniformity-table-generator.py
All the codes are written for/tested with Sage 9.3, no other library is used. It (.py
extension) can be run from the terminal from inside REPL ("load(<filename>)
") or outside REPL ("sage <filename>"
).