diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
| commit | 5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch) | |
| tree | 0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2025-06-26-borrow-checker | |
| parent | d3f0841cfdd229ff16b8a230117737a435fc7a56 (diff) | |
| download | sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip | |
Switch from stagit to cgit
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 |
