Crate rho[−][src]
Expand description
Performs Pollard’s rho algorithm.
Example
assert_eq!([1_162_193, 1_347_377], *rho::factorize(1_565_912_117_761));
Functions
| factorize | Performs Pollard’s rho algorithm. | 
Performs Pollard’s rho algorithm.
assert_eq!([1_162_193, 1_347_377], *rho::factorize(1_565_912_117_761));
| factorize | Performs Pollard’s rho algorithm. |