From 5549bf389548eb08b2258d6ede7255a87e11ef06 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 5 Sep 2023 02:29:06 -0400 Subject: data/projects.yaml: add sha3 --- content/projects/sha3.md | 8 ++++++++ data/projects.yaml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 content/projects/sha3.md diff --git a/content/projects/sha3.md b/content/projects/sha3.md new file mode 100644 index 0000000..0b0d8de --- /dev/null +++ b/content/projects/sha3.md @@ -0,0 +1,8 @@ +--- +title: "SHA3" +slug: "sha3" +active: true +repo: "https://github.com/pablotron/sha3" +text: "Self-contained C11 SHA-3 implementation." +--- +Self-contained C11 SHA-3 implementation. \ No newline at end of file diff --git a/data/projects.yaml b/data/projects.yaml index 7ff32bf..7758c5d 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -16,6 +16,11 @@ repo: "https://github.com/pablotron/sha2" text: "Self-contained C11 SHA-2 implementation." +- name: "SHA3" + slug: "sha3" + repo: "https://github.com/pablotron/sha3" + text: "Self-contained C11 SHA-3 implementation." + - name: "Weather Sage" slug: "weather-sage" repo: "https://github.com/pablotron/weather-sage" -- cgit v1.2.3