http://hg.viff.dk/viff/rev/1d5f01ddd720 changeset: 1105:1d5f01ddd720 user: Martin Geisler <[email protected]> date: Fri Feb 20 10:00:48 2009 +0100 summary: Removed unused imports.
diffstat: 1 file changed, 1 insertion(+), 2 deletions(-) apps/aes.py | 3 +-- diffs (20 lines): diff -r f12590662f93 -r 1d5f01ddd720 apps/aes.py --- a/apps/aes.py Fri Feb 20 09:58:24 2009 +0100 +++ b/apps/aes.py Fri Feb 20 10:00:48 2009 +0100 @@ -20,7 +20,6 @@ # This example shows how to use multi-party AES encryption. -import sys import time from optparse import OptionParser @@ -30,7 +29,7 @@ from viff.runtime import Runtime, create_runtime, gather_shares from viff.config import load_config -from viff.aes import bit_decompose,AES +from viff.aes import AES parser = OptionParser(usage="Usage: %prog [options] config_file") _______________________________________________ viff-commits mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk
