From 245d62a9da2e1ceab718927265b01f0f93c66f46 Mon Sep 17 00:00:00 2001 From: serr Date: Sun, 23 Feb 2025 22:41:29 +0300 Subject: [PATCH] pollard rho updated --- .gitignore | 1 + pollard_rho.log | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 .gitignore delete mode 100644 pollard_rho.log diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b93de8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pollard_rho.log \ No newline at end of file diff --git a/pollard_rho.log b/pollard_rho.log deleted file mode 100644 index 9af59cc..0000000 --- a/pollard_rho.log +++ /dev/null @@ -1,5 +0,0 @@ -2025-02-23 22:39:29,156 - Starting Pollard's Rho algorithm -2025-02-23 22:39:38,952 - Iteration 10000000 | c = -21066148124649499654 | 4761990+5238012x | d = 12490635180447373915 | 9523240+10476762x -2025-02-23 22:39:48,697 - Iteration 20000000 | c = 12490635180447373915 | 9523240+10476762x | d = -13863527009688412944 | 19045759+20954243x -2025-02-23 22:39:58,496 - Iteration 30000000 | c = 10826988314848297953 | 14283559+15716443x | d = -1961120103059297340 | 28569398+31430604x -2025-02-23 22:40:08,240 - Iteration 40000000 | c = -13863527009688412944 | 19045759+20954243x | d = 6984277127831374919 | 38096038+41903964x