From 4e28c82e4c3bf47a6b9a5649150319918792088a Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 10 Jun 2026 09:44:26 -0400 Subject: [PATCH] Fix SIMD essay repository URL: add missing owner segment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://git.levineuwirth.org/where-simd-helps returned 404; the owner-qualified form returns 200 (AUDIT ยง6.2). Co-Authored-By: Claude Fable 5 --- .../where-does-simd-help-post-quantum-cryptography/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/essays/where-does-simd-help-post-quantum-cryptography/index.md b/content/essays/where-does-simd-help-post-quantum-cryptography/index.md index c5db27f..689a1ef 100644 --- a/content/essays/where-does-simd-help-post-quantum-cryptography/index.md +++ b/content/essays/where-does-simd-help-post-quantum-cryptography/index.md @@ -19,7 +19,7 @@ authors: affiliation: - "Department of Computer Science, Brown University | https://cs.brown.edu" bibliography: data/simd-paper.bib -repository: "https://git.levineuwirth.org/where-simd-helps" +repository: "https://git.levineuwirth.org/neuwirth/where-simd-helps" --- ## Introduction