aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/montgomery32_2e256m2e224p2e192p2e96m1_8limbs/py_interpreter.sh
blob: 6e83fbf84a216c7aef2dd32bb95bf0870909bcb6 (plain)
1
2
3
4
#!/bin/sh
set -eu

/usr/bin/env python3 "$@" -Dq='2**256 - 2**224 + 2**192 + 2**96 - 1' -Dmodulus_bytes='32' -Da24='121665'