Terms of challenge: challenge57.txt
Run all tests for challenge 57:
make challenge57Terms of challenge: challenge58.txt
Run all tests for challenge 58:
make challenge58Run a test for Pollard's Method for Catching Kangaroos Algorithm:
go test -v -count=1 ./challenge58 -run TestCatchWildKangarooRun a test for Catching Kangaroos Attack:
go test -v -count=1 ./challenge58 -run TestCatchingKangaroosAttackTerms of challenge: challenge59.txt
Run all tests for challenge 59:
make challenge59Terms of challenge: challenge60.txt
Run all tests for challenge 60:
make challenge60Run a test for Pollard's Method for Catching Kangaroos Algorithm on an elliptic curve:
go test -v -count=1 ./challenge60 -run TestECKangarooAlgorithmRun a test for Insecure Twist Attack:
go test -v -count=1 ./challenge60 -run TestInsecureTwistAttack