From 331f345d589807488bdd8bbe166db67c4c4f75a3 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 21 Oct 2013 20:54:56 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d67f484..a688334f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ +* Version 0.4.4 + - Visual Studio is officially supported (VC 2010 & VC 2013) + - mingw64 is now supported + - big-endian architectures are now supported as well + - The donna_c64 implementation of curve25519_donna_c64 now handles +non-canonical points like the ref implementation + - Missing scalarmult_curve25519 constants are now exported + - A crypto_onetimeauth_poly1305_ref() wrapper has been added + * Version 0.4.3 - crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added. - crypto_onetimeauth_poly1305_implementation_name() was added.