Mercurial > viff
changeset 709:0155489179f0
Merged with VIFF 0.5rc1.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Wed, 23 Apr 2008 09:59:30 +0200 |
parents | adbbc93b4622 209f80a80bf6 |
children | 1828e5150bd1 |
files | |
diffstat | 6 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsigs Tue Apr 22 14:32:26 2008 +0200 +++ b/.hgsigs Wed Apr 23 09:59:30 2008 +0200 @@ -1,2 +1,3 @@ 7e47fd0abed9673230a456e2f1b12794f6cf9d23 0 iD8DBQBHc/jr6nfwy35F3TgRAgxWAKDSuNK9UQtG01GqzmLZ5wwVKKlaygCfeA4xgSigRCOi3OOzXMdv4wmEcps= 081094c8a3fb6ea46eb4e698e5038f1315b0ec69 0 iD8DBQBH2DMz6nfwy35F3TgRAnJ0AJ0fK1NE1J79kDOGW16Mae4d30AFUgCgzcuVGQn05U42FC+CZ+pmJUSkt9A= +46636debbbe310bd6428fc4e6f3e0d412d991a29 0 iD8DBQBIDtlM6nfwy35F3TgRAv2FAJ9jNfLhwU1yhQ3yVAwa3jEmIkb85ACgmldTcT4VE1x1JuTONGQx0V8Dk2o=
--- a/.hgtags Tue Apr 22 14:32:26 2008 +0200 +++ b/.hgtags Wed Apr 23 09:59:30 2008 +0200 @@ -3,3 +3,4 @@ 63b4a2939abe4ec196a44919ba6306f247550ec0 0.2 7e47fd0abed9673230a456e2f1b12794f6cf9d23 0.3 081094c8a3fb6ea46eb4e698e5038f1315b0ec69 0.4 +46636debbbe310bd6428fc4e6f3e0d412d991a29 0.5rc1
--- a/NEWS Tue Apr 22 14:32:26 2008 +0200 +++ b/NEWS Wed Apr 23 09:59:30 2008 +0200 @@ -13,8 +13,8 @@ http://tracker.viff.dk/ -Version 0.5, not yet released ------------------------------ +Version 0.5rc1, released on 2008-04-23 +-------------------------------------- Added preliminary support for preprocessing and an efficient multiplication protocol which is secure against active adversaries.
--- a/apps/benchmark.py Tue Apr 22 14:32:26 2008 +0200 +++ b/apps/benchmark.py Wed Apr 23 09:59:30 2008 +0200 @@ -127,6 +127,7 @@ self.operation = operation if isinstance(self.rt, ActiveRuntime) and self.operation == operator.mul: + # TODO: Make this optional and extend it to other operations. print "Starting preprocessing" program_desc = { ("generate_triples", (Zp,)):