From 754b3860892f96ecea565b6611c455d104681bc8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 2 Nov 2015 11:20:59 +0100 Subject: [PATCH] Quotes --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c321d8af..cf798347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ * Version 1.0.6 - 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. - Functions for which the return value should be checked have been tagged with `__attribute__ ((warn_unused_result))`. This will