nim-lang / bigints

BigInts for Nim
MIT License
124 stars 32 forks source link

feat: add rho-Pollard example #129

Closed vil02 closed 1 year ago

vil02 commented 1 year ago

This PR adds an example of factorization using Pollard's-rho algorithm. This is related to #70.

vil02 commented 1 year ago

@konsumlamm thanks for a review!

konsumlamm commented 1 year ago

@narimiran can this be merged?