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 --- data/projects.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') 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