summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-06 15:26:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-06 15:26:09 -0400
commitceee2d1c899bdf62f64dd9c48efbdda850d3e1d7 (patch)
tree97df941556f8b2bb964b5880db8a432e219b48c2
parenta66fd5f671613be3b41eebbf2d93dec8937278cd (diff)
devblog
-rw-r--r--doc/devblog/day_311__SHA-3.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_311__SHA-3.mdwn b/doc/devblog/day_311__SHA-3.mdwn
new file mode 100644
index 000000000..d4936cf8b
--- /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. :)