aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-24 10:12:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-24 10:12:02 +0200
commit81135442e901fb50bfb7e69961127a9cf273aa4d (patch)
tree348b2e7eedcdbbe28927a8ec8ac1b071b188e7a4 /README.md
parentd52d1c3c1c91f00a6a36a8bf7bc60f4dfc352a0e (diff)
downloadecm-master.tar.gz
ecm-master.zip
Added rust versionHEADmaster
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75f495a..7052d71 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,9 @@ The folder `code/cpp` contains an experimental implementation of the ECM
61algorithm in C++. It works, but it is very slow: it requires suppport 61algorithm in C++. It works, but it is very slow: it requires suppport
62for compile-time big integers, which I implement in an inefficient way. I 62for compile-time big integers, which I implement in an inefficient way. I
63may optimize this code in the future. 63may optimize this code in the future.
64
65### Rust code
66
67This is pretty much the same as the Python code, I added it here because
68I wanted to play around with rust. From the `code/rust` folder you
69can run it with e.g. `cargo run -r -- 255000007030000033`.

Generated with cgit - Back to sebastiano.tronto.net