diff options
Diffstat (limited to 'src/blog/2025-06-26-borrow-checker')
| -rw-r--r-- | src/blog/2025-06-26-borrow-checker/borrow-checker.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/blog/2025-06-26-borrow-checker/borrow-checker.md b/src/blog/2025-06-26-borrow-checker/borrow-checker.md index b22d741..10c4ac5 100644 --- a/src/blog/2025-06-26-borrow-checker/borrow-checker.md +++ b/src/blog/2025-06-26-borrow-checker/borrow-checker.md | |||
| @@ -2,12 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | As I mentioned in my [last post](../2025-06-13-cargo-culture-shock), | 3 | As I mentioned in my [last post](../2025-06-13-cargo-culture-shock), |
| 4 | in the last couple of weeks I have been learning Rust. I have written | 4 | in the last couple of weeks I have been learning Rust. I have written |
| 5 | [a small library](https://git.tronto.net/zmodn-rs/file/README.md.html) for | 5 | [a small library](https://git.tronto.net/zmodn-rs) for |
| 6 | [integers modulo N](https://en.wikipedia.org/wiki/Modular_arithmetic) | 6 | [integers modulo N](https://en.wikipedia.org/wiki/Modular_arithmetic) |
| 7 | (the original C++ version was mentioned in | 7 | (the original C++ version was mentioned in |
| 8 | [this post](../2025-01-21-taming-cpp-templates), rewritten | 8 | [this post](../2025-01-21-taming-cpp-templates), rewritten |
| 9 | [my implementation](https://git.tronto.net/ecm/file/README.md.html) | 9 | [my implementation](https://git.tronto.net/ecm) of the |
| 10 | of the | ||
| 11 | [ECM algorithm](https://en.wikipedia.org/wiki/Lenstra_elliptic-curve_factorization) | 10 | [ECM algorithm](https://en.wikipedia.org/wiki/Lenstra_elliptic-curve_factorization) |
| 12 | (mentioned in [this other post](../2025-02-27-elliptic-curves-javascript)) | 11 | (mentioned in [this other post](../2025-02-27-elliptic-curves-javascript)) |
| 13 | and I am now playing around with some past | 12 | and I am now playing around with some past |
