viff
changeset 1433:e0936c19605e
Added links to code from the Norwegian thesis.
| author | Martin Geisler <mg@cs.au.dk> |
|---|---|
| date | Sun Feb 21 12:21:40 2010 +0100 (6 months ago) |
| parents | da995056d761 |
| children | 066a6ff68f7c |
| files | doc/applications.txt |
line diff
1.1 --- a/doc/applications.txt Tue Feb 02 17:21:20 2010 +0100 1.2 +++ b/doc/applications.txt Sun Feb 21 12:21:40 2010 +0100 1.3 @@ -61,9 +61,11 @@ 1.4 1.5 Atle Mauland from the Norwegian University of Science and Technology 1.6 (NTNU) used VIFF for his Master's Thesis titled "`Realizing Distributed 1.7 -RSA using Secure Multiparty Computations`__". 1.8 +RSA using Secure Multiparty Computations`__". The `code is available 1.9 +for download`__. 1.10 1.11 .. __: http://daim.idi.ntnu.no/masteroppgave?id=4699 1.12 +.. __: http://daim.idi.ntnu.no/vedlegg?id=4699 1.13 1.14 The private key from a RSA key pair must be kept in a highly secure 1.15 location (to prevent unauthorized persons from stealing it) but 1.16 @@ -112,8 +114,10 @@ 1.17 HÃ¥vard Vegge from the Norwegian University of Science and Technology 1.18 (NTNU) used VIFF for his Master's Thesis titled "`Realizing Secure 1.19 Multiparty Computations`__" to implement a distributed voting system. 1.20 +The `code is available for download`__. 1.21 1.22 .. __: http://daim.idi.ntnu.no/masteroppgave?id=4559 1.23 +.. __: http://daim.idi.ntnu.no/vedlegg?id=4559 1.24 1.25 The system removes the single point of failure by storing the votes in 1.26 secret shared form between three servers. The voters will do the
