This implementation is an educational experiment intended for research and testing only. It has not been audited or proven secure for production use.
- Run
pytest -qto verify KATs.
run_tests.bat→ runs pytestrun_bench.bat→ runspython bench.py(use flags like--total 32 --block 256)
make test # runs pytest
make bench # runs python bench.py
python bench.py --total 32 --block 256