diff options
Diffstat (limited to '')
| -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`. | ||
