diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-05 09:33:55 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-05 09:33:55 -0400 |
commit | a35d38bf4b7d81851137a91c115322013e84d92d (patch) | |
tree | ff52ea63933d1514f0bc64bb8a37d88f7121b2fa /content/posts | |
parent | 5cac33ef15c2f0769f0f0e85e02551732733cd0d (diff) | |
download | pablotron.org-a35d38bf4b7d81851137a91c115322013e84d92d.tar.bz2 pablotron.org-a35d38bf4b7d81851137a91c115322013e84d92d.zip |
content/posts/2023-09-05-c11-sha3.md: fix post title
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/2023-09-05-c11-sha3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2023-09-05-c11-sha3.md b/content/posts/2023-09-05-c11-sha3.md index f380132..caa1ec0 100644 --- a/content/posts/2023-09-05-c11-sha3.md +++ b/content/posts/2023-09-05-c11-sha3.md @@ -1,6 +1,6 @@ --- slug: c11-sha3 -title: "C11 Sha3" +title: "C11 SHA-3" date: "2023-09-05T02:25:14-04:00" --- This weekend I put together a [C11][] implementation of the following |