From 1c98a61a2ef4526b4cc5f39c0bdb3c9839d8f0cf Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 17 Oct 2015 21:34:45 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7968764..8c930317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,10 @@ crypto_aead_chacha20poly1305_ietf_npubbytes(), crypto_aead_chacha20poly1305_ietf_encrypt() and crypto_aead_chacha20poly1305_ietf_decrypt(). - The sodium_increment() helper function has been added, to increment -an arbitrary long number (such as a nonce). +an arbitrary large number (such as a nonce). + - The sodium_compare() helper function has been added, to compare +arbitrary large numbers (such as nonces, in order to prevent replay +attacks). * Version 1.0.3 - In addition to sodium_bin2hex(), sodium_hex2bin() is now a