From 87c97663f8afeb3aa56a96d8c165c1c5061e870f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 12 Mar 2017 20:41:32 +0100 Subject: [PATCH] Typo Thanks to @CiPHPerCoder --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d1eca03..e539fbea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,8 @@ from being partially initialized. - A new `randombytes_buf_deterministic()` function was added to deterministically fill a memory region with pseudorandom data. This function can especially be useful to write reproducible tests. - - A priminary `crypto_kx_*()` API was added to compute shared session keys. + - A preliminary `crypto_kx_*()` API was added to compute shared session +keys. - AVX2 detection is more reliable. - The pthreads library is not required any more when using MingW. - `contrib/Findsodium.cmake` was added as an example to include