c2f5aba3c962ade5c357ec261c24688a67d8573a
tea3-py
install
python -m venv .venv
source .venv/bin/activate
pip install -e .
run tests
pip install pytest
pytest
run linear and differential bias empirical tests
in the venv
tea3-linear-bias
tea3-differential-bias
derive lookup tables
lookup-tables
run sagemath script
deactivate the venv first, then with sagemath installed:
./run_sage.sh
Description
Languages
Python
99.9%
Shell
0.1%