https://github.com/stripedpajamas/pollardrho
pollard's rho algorithm in go
https://github.com/stripedpajamas/pollardrho
golang pollard-rho-algorithm
Last synced: about 2 months ago
JSON representation
pollard's rho algorithm in go
- Host: GitHub
- URL: https://github.com/stripedpajamas/pollardrho
- Owner: stripedpajamas
- Created: 2018-04-07T03:18:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T03:20:39.000Z (about 7 years ago)
- Last Synced: 2025-04-01T19:06:52.664Z (about 2 months ago)
- Topics: golang, pollard-rho-algorithm
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pollard's Rho algorithm
implementation in Go using big numbers
[more info here](https://en.wikipedia.org/wiki/Pollard%27s_rho_algorithm)