Skip to content

Repository files navigation

cryptopals-go

Challenge 57

Terms of challenge: challenge57.txt

Run all tests for challenge 57:

make challenge57

Challenge 58

Terms of challenge: challenge58.txt

Run all tests for challenge 58:

make challenge58

Run a test for Pollard's Method for Catching Kangaroos Algorithm:

go test -v -count=1 ./challenge58 -run TestCatchWildKangaroo

Run a test for Catching Kangaroos Attack:

go test -v -count=1 ./challenge58 -run TestCatchingKangaroosAttack

Challenge 59

Terms of challenge: challenge59.txt

Run all tests for challenge 59:

make challenge59

Challenge 60

Terms of challenge: challenge60.txt

Run all tests for challenge 60:

make challenge60

Run a test for Pollard's Method for Catching Kangaroos Algorithm on an elliptic curve:

go test -v -count=1 ./challenge60 -run TestECKangarooAlgorithm

Run a test for Insecure Twist Attack:

go test -v -count=1 ./challenge60 -run TestInsecureTwistAttack

About

Cryptopals challenges solutions for Set 8

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages