From 212f8a64a7715b52d17bed13ef69a25a3e5299b5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Aug 2015 15:26:09 -0400 Subject: [PATCH] devblog --- doc/devblog/day_311__SHA-3.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/devblog/day_311__SHA-3.mdwn diff --git a/doc/devblog/day_311__SHA-3.mdwn b/doc/devblog/day_311__SHA-3.mdwn new file mode 100644 index 0000000000..d4936cf8bd --- /dev/null +++ b/doc/devblog/day_311__SHA-3.mdwn @@ -0,0 +1,6 @@ +The SHA-3 specification was released yesterday; git-annex got support for +using SHA-3 hashes today. I had to add support for building with the new +cryptonite library, as cryptohash doesn't (correctly) implement SHA-3 yet. +Of course, nobody is likely to find a use for this for years, since SHA-2 +is still prefectly fine, but it's nice to get support for new hashes +in early. :)