From 7a9dc9bdc8be0f435cfb302a5af3fdc7ea452ec8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 17 Apr 2015 23:37:51 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 17fdb3da..9205aa11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ 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. + - crypto_box_seal() and crypto_box_seal_open() have been added. * Version 1.0.2 - The _easy and _detached APIs now support precalculated keys;