This commit is contained in:
Frank Denis 2015-11-02 11:20:59 +01:00
parent 1ec9de70f1
commit 754b386089

View File

@ -1,7 +1,7 @@
* Version 1.0.6 * Version 1.0.6
- Optimized implementations of Blake2 have been added for modern - Optimized implementations of Blake2 have been added for modern
Intel platforms. crypto_generichash() is now faster than MD5 and SHA1 Intel platforms. `crypto_generichash()` is now faster than MD5 and SHA1
implementations while being far more secure. implementations while being far more secure.
- Functions for which the return value should be checked have been - Functions for which the return value should be checked have been
tagged with `__attribute__ ((warn_unused_result))`. This will tagged with `__attribute__ ((warn_unused_result))`. This will