From 5e3b4b6c21d33b28e60ce976479339f72d544a6c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Aug 2026 18:35:23 +0200 Subject: Switch from stagit to cgit --- src/blog/2025-02-27-elliptic-curves-javascript/ecm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/blog/2025-02-27-elliptic-curves-javascript') diff --git a/src/blog/2025-02-27-elliptic-curves-javascript/ecm.md b/src/blog/2025-02-27-elliptic-curves-javascript/ecm.md index 56b876c..27e5021 100644 --- a/src/blog/2025-02-27-elliptic-curves-javascript/ecm.md +++ b/src/blog/2025-02-27-elliptic-curves-javascript/ecm.md @@ -40,7 +40,7 @@ Recently I have been learning C++, and I wanted to experiment with some of its more advanced features. So I decided to rewrite the whole thing. I had a clear idea of where I wanted to start: a small -[library for modular arithmetic](https://git.tronto.net/zmodn/file/README.md.html), +[library for modular arithmetic](https://git.tronto.net/zmodn), with compile-time fixed [modulus](https://en.wikipedia.org/wiki/Modular_arithmetic) via templates and heavy use of @@ -57,7 +57,7 @@ algorithm with very large numbers. Unfortunately, I did not take into account that with my setup I needed a big integer class that supported *compile-time constants* - for example in the form of `constexpr` constructors. I could not find any, so I decided to write -[my own big integer class](https://git.tronto.net/zmodn/file/bigint.h.html). +[my own big integer class](https://git.tronto.net/zmodn/tree/bigint.h). This was less successful: implementing an *efficient* big integer library was not as straightforward as the modular integers library. I decided not to care about efficiency for the time being, but that would come @@ -258,7 +258,7 @@ pieces of text and pictures in the slides - shoutout to my friend [Jared](https://guissmo.com) for telling me about it. Apart from this I don't have anything interesting to comment about the CSS part of the slides. You can check the full code -[here](https://git.tronto.net/ecm/file/index.html.html) if you want; +[here](https://git.tronto.net/ecm/tree/index.html) if you want; everything is in a single HTML file. The result looks fine, but it does not work perfectly will every screen -- cgit v1.3