commit 8d34b41bef7eb37dc73481f69ef83b9774284ad1
parent d928dcb8b77701adc7b4d3100fc1b33cf738b80f
Author: ng0 <ng0@n0.is>
Date: Fri, 5 Jan 2018 18:06:06 +0000
+
Diffstat:
| M | gnunetbib.bib | | | 61 | +++++++++++++++++++++++++++++++++++++++---------------------- |
1 file changed, 39 insertions(+), 22 deletions(-)
diff --git a/gnunetbib.bib b/gnunetbib.bib
@@ -1,14 +1,47 @@
+%
+%
+% Magic fields:
+%
+% www_tags -- used to control which page groups the paper appears in.
+% This is a space-separated list.
+% www_section -- the topic used under 'topics.html'
+% www_{ps|pdf|ps_gz|txt|html|abstract}_url -- link for text/abstract of
+% an entry.
+% www_important -- set for important entries
+% www_remarks -- annotation for an entry
+
+%% List of sections
+@string{comm = "Anonymous communication"}
+@string{traffic = "Traffic analysis"}
+@string{pub = "Anonymous publication"}
+@string{proofs = "Provable shuffles"}
+@string{methods = "Formal methods"}
+@string{nym = "Pseudonymity"}
+@string{pir = "Private Information Retrieval"}
+@string{economics = "Economics"}
+@string{censorship = "Communications Censorship"}
+@string{credentials = "E-Cash / Anonymous Credentials"}
+@string{misc = "Misc"}
+@string{torperf = "Tor Performance"}
+
+#
+# Proposed new sections: application privacy, data anonymization, ...
+#
+
+@string{and = ", "}
+@string{lncs = "Lecture Notes in Computer Science"}
+
@mastersthesis {2017,
title = {Implementing Privacy Preserving Auction Protocols},
volume = {Master of Science},
year = {2017},
- month = {02/2017},
+ month = {February},
pages = {100},
school = {TUM},
address = {Munich},
- abstract = {In this thesis we translate Brandt{\textquoteright}s privacy preserving sealed-bid online auction protocol from RSA to elliptic curve arithmetic and analyze the theoretical and practical benefits. With Brandt{\textquoteright}s protocol, the auction outcome is completely resolved by the bidders and the seller without the need for a trusted third party. Loosing bids are not revealed to anyone. We present libbrandt, our implementation of four algorithms with different outcome and pricing properties, and describe how they can be incorporated in a real-world online auction system. Our performance measurements show a reduction of computation time and prospective bandwidth cost of over 90\% compared to an implementation of the RSA version of the same algorithms. We also evaluate how libbrandt scales in different dimensions and conclude that the system we have presented is promising with respect to an adoption in the real world.},
+ abstract = {{In this thesis we translate Brandt{\textquoteright}s privacy preserving sealed-bid online auction protocol from RSA to elliptic curve arithmetic and analyze the theoretical and practical benefits. With Brandt{\textquoteright}s protocol, the auction outcome is completely resolved by the bidders and the seller without the need for a trusted third party. Loosing bids are not revealed to anyone. We present libbrandt, our implementation of four algorithms with different outcome and pricing properties, and describe how they can be incorporated in a real-world online auction system. Our performance measurements show a reduction of computation time and prospective bandwidth cost of over 90\% compared to an implementation of the RSA version of the same algorithms. We also evaluate how libbrandt scales in different dimensions and conclude that the system we have presented is promising with respect to an adoption in the real world.}},
keywords = {auctions, GNUnet, secure multi-party computation},
- attachments = {https://gnunet.org/sites/default/files/thesis_0.pdf},
+ www_pdf_url = {https://gnunet.org/git/bibliography.git/tree/docs/thesis_0.pdf},
author = {Markus Teich},
editor = {Totakura, Sree Harsha and Grothoff, Christian and Felix Brandt}
}
@@ -16,30 +49,14 @@
title = {Improving Voice over GNUnet},
volume = {Bachelor},
year = {2017},
- month = {07/2017},
+ month = {July},
pages = {48},
school = {TU Berlin},
type = {B.S.},
address = {Berlin},
- abstract = {In contrast to ubiquitous cloud-based solutions the telephony application GNUnet conversation provides fully-decentralized, secure voice communication and thus impedes mass
-surveillance. The aim of this thesis is to investigate why GNUnet conversation currently
-provides poor Quality of Experience under typical wide area network conditions and to
-propose optimization measures.
-After network shaping and the initialization of two isolated GNUnet peers had been
-automated, delay measurements were done. With emulated network characteristics net-
-work delay, cryptography delays and audio codec delays were measured and transmitted
-speech was recorded.
-An analysis of the measurement results and a subjective assessment of the speech
-recordings revealed that extreme outliers occur in most scenarios and impair QoE. More-
-over it was shown that GNUnet conversation introduces a large delay that confines the
-environment in which good QoE is possible. In the measurement environment at least 23
-ms always ocurred of which large parts are were caused by cryptography. It was shown
-that optimization in the cryptography part and other components are possible. Finally
-the conditions for currently reaching good QoE were determined and ideas for further
-investigations were presented.
-},
+ abstract = {{In contrast to ubiquitous cloud-based solutions the telephony application GNUnet conversation provides fully-decentralized, secure voice communication and thus impedes mass surveillance. The aim of this thesis is to investigate why GNUnet conversation currently provides poor Quality of Experience under typical wide area network conditions and to propose optimization measures. After network shaping and the initialization of two isolated GNUnet peers had been automated, delay measurements were done. With emulated network characteristics network delay, cryptography delays and audio codec delays were measured and transmitted speech was recorded. An analysis of the measurement results and a subjective assessment of the speech recordings revealed that extreme outliers occur in most scenarios and impair QoE. Moreover it was shown that GNUnet conversation introduces a large delay that confines the environment in which good QoE is possible. In the measurement environment at least 23 ms always ocurred of which large parts are were caused by cryptography. It was shown that optimization in the cryptography part and other components are possible. Finally the conditions for currently reaching good QoE were determined and ideas for further investigations were presented.}},
keywords = {CADET, GNUnet, measurement, performance},
- attachments = {https://gnunet.org/sites/default/files/lurchi-bs-thesis.pdf},
+ www_pdf_url = {https://gnunet.org/git/bibliography.git/tree/docs/lurchi-bs-thesis.pdf},
author = {Christian Ulrich}
}
@conference {dold2016byzantine,