encryptogroup / tasty

Tool for Automating efficient Secure Two-partY computation protocols
9 stars 5 forks source link

separate output methods #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Separate precompute and online output methods for VALUE and PARTY subclasses.

Original issue reported on code.google.com by stefan.k...@rub.de on 21 Jun 2011 at 11:23

GoogleCodeExporter commented 9 years ago
It's implemented, please test it before it goes into the next release. 
"setup_output() seems to work only on "Party" subclasses, since some types are 
not finished/complete in setup phase. Some compiler code changes must be made 
to filter out usage with Value subclasses.

Original comment by stefan.k...@rub.de on 27 Jun 2011 at 4:19

GoogleCodeExporter commented 9 years ago
No compiler changes needed. removed setup_output from Value, so its a plain old 
AttributeError using it.

Original comment by stefan.k...@rub.de on 27 Jun 2011 at 4:32