/rev/bba0fb85c976
changeset: 1243:bba0fb85c976
user:      Janus Dam Nielsen <[email protected]>
date:      Thu Oct 08 13:11:38 2009 +0200
summary:   Reordered the active runtimes.

diffstat:

 doc/active.txt         |  4 ++--
 doc/implementation.txt |  2 +-
 doc/orlandi.txt        |  4 ++--
 viff/active.py         |  2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r fdf5959db257 -r bba0fb85c976 doc/active.txt
--- a/doc/active.txt    Thu Oct 08 11:56:31 2009 +0200
+++ b/doc/active.txt    Thu Oct 08 13:11:38 2009 +0200
@@ -1,6 +1,6 @@
 
-Actively Secure Protocols
-=========================
+A Thresholdbased Actively Secure Runtime
+========================================
 
 .. automodule:: viff.active
 
diff -r fdf5959db257 -r bba0fb85c976 doc/implementation.txt
--- a/doc/implementation.txt    Thu Oct 08 11:56:31 2009 +0200
+++ b/doc/implementation.txt    Thu Oct 08 13:11:38 2009 +0200
@@ -13,7 +13,7 @@
    matrix
    runtime
    passive
-   active
+   active_runtimes
    paillier
    comparison
    prss
diff -r fdf5959db257 -r bba0fb85c976 doc/orlandi.txt
--- a/doc/orlandi.txt   Thu Oct 08 11:56:31 2009 +0200
+++ b/doc/orlandi.txt   Thu Oct 08 13:11:38 2009 +0200
@@ -1,6 +1,6 @@
 
-An Actively Secure Protocol with Self Trust
-===========================================
+The Orlandi Runtime - An Actively Secure Protocol with Full Threshold
+=======================================================================
 
 .. automodule:: viff.orlandi
 
diff -r fdf5959db257 -r bba0fb85c976 viff/active.py
--- a/viff/active.py    Thu Oct 08 11:56:31 2009 +0200
+++ b/viff/active.py    Thu Oct 08 13:11:38 2009 +0200
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with VIFF. If not, see <http://www.gnu.org/licenses/>.
 
-"""Actively secure protocols."""
+"""A thresholdbased actively secure runtime."""
 
 __docformat__ = "restructuredtext"
 
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to