mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Don't jump the gun until optimized versions of Blake2 are in.
This commit is contained in:
parent
4548600205
commit
e21f7e21a4
@ -156,8 +156,6 @@ This hash function provides:
|
|||||||
* A variable output length (up to `crypto_generichash_BYTES_MAX` bytes)
|
* A variable output length (up to `crypto_generichash_BYTES_MAX` bytes)
|
||||||
* A variable key length (from no key at all to
|
* A variable key length (from no key at all to
|
||||||
`crypto_generichash_KEYBYTES_MAX` bytes)
|
`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.
|
* A simple interface as well as a streaming interface.
|
||||||
|
|
||||||
`crypto_generichash` is currently being implemented using
|
`crypto_generichash` is currently being implemented using
|
||||||
|
Loading…
Reference in New Issue
Block a user