From e21f7e21a4aef61681c98f784805941aac3758d6 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 25 Apr 2013 07:15:54 -0700 Subject: [PATCH] Don't jump the gun until optimized versions of Blake2 are in. --- README.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.markdown b/README.markdown index ea2dc6bd..af504bf6 100644 --- a/README.markdown +++ b/README.markdown @@ -156,8 +156,6 @@ This hash function provides: * A variable output length (up to `crypto_generichash_BYTES_MAX` bytes) * A variable key length (from no key at all to `crypto_generichash_KEYBYTES_MAX` bytes) -* A high security margin while being fast as MD5 and providing more - flexibility * A simple interface as well as a streaming interface. `crypto_generichash` is currently being implemented using