diff options
-rw-r--r-- | content/projects/sha3.md | 8 | ||||
-rw-r--r-- | data/projects.yaml | 5 |
2 files changed, 13 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 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" |