mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Document where factorization.py comes from
This commit is contained in:
@@ -13,6 +13,8 @@ class Factorization:
|
||||
"""
|
||||
Factorizes the given large integer.
|
||||
|
||||
Implementation from https://comeoncodeon.wordpress.com/2010/09/18/pollard-rho-brent-integer-factorization/.
|
||||
|
||||
:param pq: the prime pair pq.
|
||||
:return: a tuple containing the two factors p and q.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user