viff
changeset 1434:066a6ff68f7c
Added my dissertation.
| author | Martin Geisler <mg@cs.au.dk> |
|---|---|
| date | Wed Mar 03 11:24:49 2010 +0100 (2 years ago) |
| parents | e0936c19605e |
| children | 6d838b2d24a2 |
| files | doc/bibliography.txt |
line diff
1.1 --- a/doc/bibliography.txt Sun Feb 21 12:21:40 2010 +0100 1.2 +++ b/doc/bibliography.txt Wed Mar 03 11:24:49 2010 +0100 1.3 @@ -14,7 +14,10 @@ 1.4 Here we will try to point out which parts of the code uses which 1.5 papers. 1.6 1.7 -* The primary reference is [DGKN]_. This paper describes the 1.8 +* The primary reference is Martin Geisler's PhD dissertation 1.9 + [Geisler10]_. It covers the design and implementation of VIFF. 1.10 + 1.11 +* An earlier reference is [DGKN]_. This paper describes the 1.12 asynchronous protocol secure against active adversaries implemented 1.13 in VIFF. 1.14 1.15 @@ -64,6 +67,12 @@ 1.16 1.17 .. __: http://eprint.iacr.org/2008/415 1.18 1.19 +.. [Geisler10] Martin Geisler, *Cryptographic Protocols: Theory and 1.20 + Implementation*, PhD Dissertation, Aarhus University February 2010. 1.21 + `Download`__. 1.22 + 1.23 + .. __: http://bitbucket.org/mg/dissertation/downloads/ 1.24 + 1.25 .. [Nishide07] Takashi Nishide and Kazuo Ohta, *Constant-Round 1.26 Multiparty Computation for Interval Test, Equality Test, and 1.27 Comparison*, IEICE Transactions, 90-A (5): 960-968.
