http://hg.viff.dk/viff/rev/eb4dfa98b439 changeset: 1115:eb4dfa98b439 user: Ivan Damgård <[email protected]> date: Sat Mar 07 21:14:47 2009 +0100 summary: More long-term plans.
diffstat: 1 file changed, 15 insertions(+) doc/todo.txt | 15 +++++++++++++++ diffs (22 lines): diff -r 10b86919c433 -r eb4dfa98b439 doc/todo.txt --- a/doc/todo.txt Sat Mar 07 20:55:08 2009 +0100 +++ b/doc/todo.txt Sat Mar 07 21:14:47 2009 +0100 @@ -33,3 +33,18 @@ detects any form of cheating --- the "idea" being that this will make the other honest players crash too, thereby effectively halting the protocol. + +Self Trust +---------- + +Implement an (actively) secure protocol with threshold ``t = n-1`` +based on the "triples approach" of Claudio Orlandi and Jesper Buus +Nielsen. There will soon be a paper describing the protocol. + +Covert Adversaries +------------------ + +Implement an actively secure protocol for a covert adversary and +threshold ``t < n/2``. The goal is to have almost the same complexity +as for the passive case. Martin Geisler is working on a paper +describing a solution. _______________________________________________ viff-commits mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk
