1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00

Don't jump the gun until optimized versions of Blake2 are in.

This commit is contained in:
Frank Denis 2013-04-25 07:15:54 -07:00
parent 4548600205
commit e21f7e21a4

View File

@ -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