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 /content/projects/sha3.md | |
parent | b1ffd7ad795a086a09ce290a3467755cc4ec970a (diff) | |
download | pablotron.org-5549bf389548eb08b2258d6ede7255a87e11ef06.tar.bz2 pablotron.org-5549bf389548eb08b2258d6ede7255a87e11ef06.zip |
data/projects.yaml: add sha3
Diffstat (limited to 'content/projects/sha3.md')
-rw-r--r-- | content/projects/sha3.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |