http://hg.viff.dk/viff/rev/92705c83533a
changeset: 1061:92705c83533a
user:      Martin Geisler <[email protected]>
date:      Tue Dec 16 13:31:06 2008 +0100
summary:   Updated NEWS file.

diffstat:

1 file changed, 11 insertions(+), 5 deletions(-)
NEWS |   16 +++++++++++-----

diffs (32 lines):

diff -r 81b22c71a13e -r 92705c83533a NEWS
--- a/NEWS      Tue Dec 16 13:21:28 2008 +0100
+++ b/NEWS      Tue Dec 16 13:31:06 2008 +0100
@@ -15,17 +15,23 @@
 Next version, not yet released
 ------------------------------
 
-The central class named Runtime was renamed to PassiveRuntime. Inputs
-can now be provided using the a common method named input.
+The central class named Runtime was renamed to PassiveRuntime. All
+runtime classes now uses the common method names input and output for
+providing data to and retrieving data from the computation.
 
-* Renamed viff.runtime.Runtime to viff.passive.PassiveRuntime. This is
-  a backwards incompatible change. Please update your import
-  statements accordingly.
+* Moved the crypto-related code from the viff.runtime.Runtime class to
+  a new class called viff.passive.PassiveRuntime. This is a backwards
+  incompatible change. Please update your import statements to import
+  PassiveRuntime instead of Runtime.
 
 * Introduced input method in PassiveRuntime and PaillierRuntime. This
   method should be used instead of shamir_share and share unless there
   is a particular reason to select a secret sharing strategy.
 
+* Introduced output method in Runtime classes. This method should be
+  used instead of the open method, which will go away in a future
+  release.
+
 * Renamed random seed environment variable from SEED to VIFF_SEED.
 
 * Made viff.prss.PRF produce consistent output on both 32-bit and
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to