summaryrefslogtreecommitdiff
path: root/comparison
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-21 13:15:14 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-21 13:15:14 +0200
commit2fd2156584479852973ea8914d992a63b159dacf (patch)
tree7cd60b26174a6249b6ecb0576f38185a67cbe5e3 /comparison
parenta56f6ce2a5b9615b090b7fb2377f974093ba1cb2 (diff)
downloadpapers-2fd2156584479852973ea8914d992a63b159dacf.tar.gz
papers-2fd2156584479852973ea8914d992a63b159dacf.tar.bz2
papers-2fd2156584479852973ea8914d992a63b159dacf.zip
literature
Diffstat (limited to 'comparison')
-rw-r--r--comparison/comparison.tex7
-rw-r--r--comparison/literature.bib26
2 files changed, 28 insertions, 5 deletions
diff --git a/comparison/comparison.tex b/comparison/comparison.tex
index 2a6506a..f20f81f 100644
--- a/comparison/comparison.tex
+++ b/comparison/comparison.tex
@@ -243,6 +243,9 @@ In these schemes, divisibility leads to linkability.
Reference: \cite{okamoto1995efficient}. Efficient construction for divisible E-Cash, but multiple independent
transactions with the same coin are linkable.
+\subsection{Electronic Cash with Change Return}
+Reference: \cite{tracz2001}. Has change return, but not with the same taxability guarantees as Taler. Also has an implementation.
+
\subsection{Compact E-Cash}
Reference: \cite{camenisch2005}. Allows to withdraw $2^\ell$ coins in $O(\ell)$. Either the whole
$2^\ell$ coins must be spent at once, or all coins must be spent separately.
@@ -259,9 +262,9 @@ bank only has to store serial numbers of coins that are actually spent and not `
are a side-effect of the crypto used.
-\subsection{Practical Divisible E-Cash}
+\subsection{Practical Divisible E-Cash with Arbitrary Wallet Size}
Reference: \cite{maertens2015} (unpublished). Parallel development to ``Divisible E-Cash Made Practical'', uses
-accumulators and not the global structure (less trusted setup).
+accumulators and not the global structure (less trusted setup). Can withdraw arbitrary ``big'' amount.
\subsection{Cut Down The Tree}
diff --git a/comparison/literature.bib b/comparison/literature.bib
index 76e7d8b..2242a60 100644
--- a/comparison/literature.bib
+++ b/comparison/literature.bib
@@ -110,10 +110,10 @@
@misc{maertens2015,
author = {Patrick Märtens},
- title = {Practical Divisible E-Cash},
- howpublished = {Cryptology ePrint Archive, Report 2015/318},
+ title = {Practical Compact E-Cash with Arbitrary Wallet Size},
+ howpublished = {Cryptology ePrint Archive, Report 2015/086},
year = {2015},
- note = {\url{http://eprint.iacr.org/2015/318}},
+ note = {\url{http://eprint.iacr.org/2015/086}},
}
@Inbook{canard2015scalable,
@@ -163,3 +163,23 @@ url="https://doi.org/10.1007/3-540-44750-4_35"
publisher = {CWI (Centre for Mathematics and Computer Science)},
address = {Amsterdam, The Netherlands, The Netherlands},
}
+
+
+
+@inproceedings{tracz2001,
+ author = {Tracz, Robert and Wrona, Konrad},
+ title = {Fair Electronic Cash Withdrawal and Change Return for Wireless Networks},
+ booktitle = {Proceedings of the 1st International Workshop on Mobile Commerce},
+ series = {WMC '01},
+ year = {2001},
+ isbn = {1-58113-376-6},
+ location = {Rome, Italy},
+ pages = {14--19},
+ numpages = {6},
+ url = {http://doi.acm.org/10.1145/381461.381464},
+ doi = {10.1145/381461.381464},
+ acmid = {381464},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+ keywords = {electronic commerce, payment systems, wireless applications},
+}