From 81135442e901fb50bfb7e69961127a9cf273aa4d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 24 Jun 2025 10:12:02 +0200 Subject: Added rust version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 algorithm in C++. It works, but it is very slow: it requires suppport for compile-time big integers, which I implement in an inefficient way. I may optimize this code in the future. + +### Rust code + +This is pretty much the same as the Python code, I added it here because +I wanted to play around with rust. From the `code/rust` folder you +can run it with e.g. `cargo run -r -- 255000007030000033`. -- cgit v1.3