From 86202308b68db7a6cf299c5fe3cdee4dc1850330 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 15 Feb 2021 23:55:13 +0000 Subject: Try mapping source: and browser: links This turns out to be less useful than expected, because somehow for every single link in the wiki, the source repository is not quite in the obvios plae with cgit. Might be a cgit configuration issue, but this gets wonky enough that it's probably simpler just to expand the JSON file we already have for the filter rules so that it includes other magic stuff like a URL map for this kind of link. --- pelican/content/CoretestHashesNovena.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pelican/content/CoretestHashesNovena.md') diff --git a/pelican/content/CoretestHashesNovena.md b/pelican/content/CoretestHashesNovena.md index 43e9838..f761f4c 100644 --- a/pelican/content/CoretestHashesNovena.md +++ b/pelican/content/CoretestHashesNovena.md @@ -41,31 +41,31 @@ of the SHA-1 and SHA-2 hash functions from the host computer via an I2C serial bus. The subsystem consists of: -- [sha1](browser:/core/sha1): A HW implementation of the SHA-1 hash function. +- [sha1](https://git.cryptech.is/core/sha1): A HW implementation of the SHA-1 hash function. -- [sha256](browser:/core/sha256): A HW implementation of the SHA-256 hash +- [sha256](https://git.cryptech.is/core/sha256): A HW implementation of the SHA-256 hash function. -- [sha512](browser:/core/sha512): A HW implementation of the SHA-512 hash +- [sha512](https://git.cryptech.is/core/sha512): A HW implementation of the SHA-512 hash function. -- [coretest](browser:/core/coretest): A command parser that accepts read/write +- [coretest](https://git.cryptech.is/core/coretest): A command parser that accepts read/write commands from a host, executes the commands and sends the response. -- [i2c](browser:/core/i2c): A serial interface that connects coretest to the +- [i2c](https://git.cryptech.is/core/i2c): A serial interface that connects coretest to the host. -- [novena](browser:/core/novena): A top-level wrapper that connects all +- [novena](https://git.cryptech.is/core/novena): A top-level wrapper that connects all the cores, and connects i2c to external pins as well as clk and reset. This repo also contains userland software that talks to -- cgit v1.2.3