diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-05 02:29:06 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-05 02:29:06 -0400 |
commit | 5549bf389548eb08b2258d6ede7255a87e11ef06 (patch) | |
tree | 3ac170a1c1a409669d67b3b915442d3fcca65d78 /data/projects.yaml | |
parent | b1ffd7ad795a086a09ce290a3467755cc4ec970a (diff) | |
download | pablotron.org-5549bf389548eb08b2258d6ede7255a87e11ef06.tar.bz2 pablotron.org-5549bf389548eb08b2258d6ede7255a87e11ef06.zip |
data/projects.yaml: add sha3
Diffstat (limited to 'data/projects.yaml')
-rw-r--r-- | data/projects.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |