Cryptography course - Term Project.
Filename | Description |
---|---|
pollardRhoAttack.py | python implementation of pollard's rho - 1 attack |
run.sh | shell script that runs above .py on all test cases |
test/ | folder containing all test cases |
out/ | folder containing all experiment outputs |
python pollardRhoAttack.py <N> <B>
where, N is the large prime
and B is the bound
./run.sh
runs on all cases in test/