From 6ab45891b826da1e6cc1c6cd857ecd101f4d2812 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 11 Mar 2015 18:24:18 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8985eae1..17fdb3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ improvements have been made in order to support libsodium.js implementation of randombytes_uniform() any more. randombytes_stir() and randombytes_close() can also be NULL pointers if they are not required. + - On Linux, getrandom(2) is being used instead of directly accessing +/dev/urandom, if the kernel supports this system call. * Version 1.0.2 - The _easy and _detached APIs now support precalculated keys;