From 6904cbb8dac3ca9a7d233f7b432df96da0ca97c7 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 6 Oct 2012 12:32:29 +0200 Subject: [PATCH] Add logo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41f3db3..7e5601b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This Ruby extension implements the SHA-3 ([Keccak](http://keccak.noekeon.org/)) cryptographic hashing algorithm. It is based on the reference C implementation, version 3.2. The exposed interface is almost identical to that of the `digest` standard library. +[](http://www.phusion.nl/) + ## Installation gem install digest-sha3