Files
tea3-py/README.md
T
2026-05-11 11:56:10 +02:00

40 lines
434 B
Markdown

# tea3-py
## install
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
```
## run tests
```bash
pip install pytest
pytest
```
## run linear and differential bias empirical tests
in the venv
```bash
tea3-linear-bias
tea3-differential-bias
```
## derive lookup tables
```bash
lookup-tables
```
## run sagemath script
`deactivate` the venv first, then with sagemath installed:
```bash
./run_sage.sh
```