Skip to content

Commit

Permalink
Updated rsa99 benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood000 committed Dec 13, 2020
1 parent 693eaa9 commit ff482d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,22 @@ Big Integer ('bigz') object of length 2:
```r
rsa99 <- "256724393281137036243618548169692747168133997830674574560564321074494892576105743931776484232708881"

quadraticSieve(rsa99, showStats = TRUE, nThreads = 8)
quadraticSieve(rsa99, showStats=TRUE, nThreads=8)

Summary Statistics for Factoring:
256724393281137036243618548169692747168133997830674574560564321074494892576105743931776484232708881

| MPQS Time | Complete | Polynomials | Smooths | Partials |
|--------------------|----------|-------------|------------|------------|
| 7h 38m 7s 662ms | 100% | 7351524 | 9203 | 15846 |
| 7h 2m 48s 595ms | 100% | 7351308 | 9203 | 15846 |

| Mat Algebra Time | Mat Dimension |
|--------------------|--------------------|
| 2m 23s 964ms | 24929 x 25049 |
| 2m 2s 479ms | 24929 x 25049 |

| Total Time |
|--------------------|
| 7h 40m 35s 880ms |
| 7h 4m 55s 252ms |

Big Integer ('bigz') object of length 2:
[1] 4868376167980921239824329271069101142472222111193 52733064254484107837300974402288603361507691060217
Expand Down

0 comments on commit ff482d7

Please sign in to comment.