diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-24 10:12:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-24 10:12:02 +0200 |
| commit | 81135442e901fb50bfb7e69961127a9cf273aa4d (patch) | |
| tree | 348b2e7eedcdbbe28927a8ec8ac1b071b188e7a4 /README.md | |
| parent | d52d1c3c1c91f00a6a36a8bf7bc60f4dfc352a0e (diff) | |
| download | ecm-81135442e901fb50bfb7e69961127a9cf273aa4d.tar.gz ecm-81135442e901fb50bfb7e69961127a9cf273aa4d.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -61,3 +61,9 @@ The folder `code/cpp` contains an experimental implementation of the ECM | |||
| 61 | algorithm in C++. It works, but it is very slow: it requires suppport | 61 | algorithm in C++. It works, but it is very slow: it requires suppport |
| 62 | for compile-time big integers, which I implement in an inefficient way. I | 62 | for compile-time big integers, which I implement in an inefficient way. I |
| 63 | may optimize this code in the future. | 63 | may optimize this code in the future. |
| 64 | |||
| 65 | ### Rust code | ||
| 66 | |||
| 67 | This is pretty much the same as the Python code, I added it here because | ||
| 68 | I wanted to play around with rust. From the `code/rust` folder you | ||
| 69 | can run it with e.g. `cargo run -r -- 255000007030000033`. | ||
