From 997cdc957d90e112aba03d8c009551a30610c08e Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 5 Nov 2012 23:02:09 +0000 Subject: [PATCH] add SHA-3 in the supported hash list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11a3674..840dc54 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The complete list of supported hashes: * RIPEMD160 * SHA1 * SHA-2 family: 224, 256, 384, 512 and the newer 512t +* SHA-3 (aka Keccak) * Skein: 256, 512 * Tiger * Whirlpool