Some programs for submission to CT-RSA2019 There are programs for SIMON, SPECK, PRESENT and KATAN
For SIMON
- change the rotation constants in simon3.py
- run the command "bash excute.sh BLOCK_LENGTH ROUND"
For PRESENT
- change the round information in excute.sh
- run 'bash excute.sh'
For katan32
- python3 katan.py ROUND
For katan48/64
- python3 katan.py ROUND ROUND_TURN
For Speck
- change the roatation number in Speck.py
- python3 Speck.py