CS thesis
48
doc/cs/ads/abbreviation.tex
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
%!TEX root = ../dokumentation.tex
|
||||||
|
\chapter*{Abbreviations}
|
||||||
|
\begin{acronym}[YTMMM]
|
||||||
|
\acro{AES}{Advanced Encryption Standard}
|
||||||
|
\acro{AML}{Anti Money Laundering}
|
||||||
|
\acro{API}{Application Programming Interface}
|
||||||
|
\acrodefplural{API}[APIs]{Application Programming Interfaces}
|
||||||
|
\acro{BIP}{Bitcoin Improvement Proposal}
|
||||||
|
\acro{CA}{Certificate Authority}
|
||||||
|
\acro{CDH}{Computational Diffie-Hellman}
|
||||||
|
\acro{CFT}{Combating Financing of Terrorism}
|
||||||
|
\acro{CMA}{Choosen-Message Attack}
|
||||||
|
\acro{CS}{Clause Blind Schnorr Signature Scheme}
|
||||||
|
\acro{CSRF}{Client-Side Request Forgery}
|
||||||
|
\acro{CWE}{Common Weakness Enumeration}
|
||||||
|
\acro{DDH}{Decisional Diffie-Hellman}
|
||||||
|
\acro{DHKE}{Diffie-Hellman key exchange}
|
||||||
|
\acro{DLP}{Discrete Logarithm Problem}
|
||||||
|
\acro{DSA}{Digital Signature Algorithm}
|
||||||
|
\acro{ECC}{Elliptic Curve Cryptography}
|
||||||
|
\acro{ECDH}{Elliptic Curve Diffie Hellman}
|
||||||
|
\acro{EdDSA}{Edwards-curve Digital Signature Algorithm}
|
||||||
|
\acro{EUF}{Existentially Unforgeability}
|
||||||
|
\acro{FDH}{Full-Domain Hash}
|
||||||
|
\acro{GNU AGPL}{GNU Affero General Public License}
|
||||||
|
\acro{GNU GPL}{GNU General Public License}
|
||||||
|
\acro{GNU LGPL}{GNU Lesser General Public License}
|
||||||
|
\acro{IPC}{Inter Process Communication}
|
||||||
|
\acro{JSON}{JavaScript Object Notation}
|
||||||
|
\acro{KDF}{Key Derivation Function}
|
||||||
|
\acro{KYC}{Know Your Customer}
|
||||||
|
\acro{MAC}{Message Authentication Code}
|
||||||
|
\acro{NIST}{National Institute of Standards and Technology}
|
||||||
|
\acro{MK}{Master Key}
|
||||||
|
\acro{PKI}{Public Key Infrastructure}
|
||||||
|
\acro{PRF}{Pseudo Random Function}
|
||||||
|
\acro{PoS}{Point-of-Sales}
|
||||||
|
\acro{PRNG}{Pseudo Random Number Generator}
|
||||||
|
\acro{RNG}{Random Number Generator}
|
||||||
|
\acro{ROS}{Random inhomogeneities in an Overdetermined, Solvable system of linear equations}
|
||||||
|
\acro{RT}{Round-Trip}
|
||||||
|
\acro{RTT}{Round-Trip Time}
|
||||||
|
\acro{SPOF}{Single Point of Failure}
|
||||||
|
\acro{SSRF}{Server-Side Request Forgery}
|
||||||
|
\acro{Taler}{GNU Taler}
|
||||||
|
\acro{TRNG}{True Random Number Generator}
|
||||||
|
\acro{URL}{uniform resource locator}
|
||||||
|
\end{acronym}
|
26
doc/cs/ads/abstract.tex
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
\chapter*{Abstract}
|
||||||
|
GNU Taler is an intuitive, fast and socially responsible digital payment system implemented as free software.
|
||||||
|
While preserving the customers privacy, GNU Taler is still compliant to regulations.
|
||||||
|
\\\\
|
||||||
|
The goal of this thesis is to improve Taler's performance and provide cipher agility by adding support for Schnorr's blind signatures.
|
||||||
|
To achieve this goal, the current state in research for Schnorr signatures needs to be analyzed.
|
||||||
|
After choosing a signature scheme, it has to be integrated into the Taler protocols.
|
||||||
|
Besides implementing the redesigned protocols in Taler, an implementation of the cryptographic routines is needed.
|
||||||
|
\\\\
|
||||||
|
The paper "Blind Schnorr
|
||||||
|
Signatures and Signed ElGamal Encryption in the Algebraic Group Model" \cite{cryptoeprint:2019:877} from 2019 (updated in 2021) introducing \gls{CSBS} is used as theoretical basis for our improvements.
|
||||||
|
The paper explains why simple Blind Schnorr Signatures are broken and how the Clause Schnorr Blind Signature scheme is secured against this attack.\\
|
||||||
|
Compared to the currently used \gls{RSABS}, the new scheme has an additional request, two blinding factors instead of one and many calculations are done twice to prevent attacks.
|
||||||
|
\\\\
|
||||||
|
The Taler protocols were redesigned to support the Clause Blind Schnorr Signature scheme, including slight alterations to ensure \textit{abort-idempotency}, and then further specified.
|
||||||
|
Before starting with the implementation of the redesigned protocols, the cryptographic routines for \gls{CSBS} were implemented as part of the thesis. \\
|
||||||
|
All of the implemented code is tested and benchmarks are added for the cryptographic routines.
|
||||||
|
\\\\
|
||||||
|
Multiple results were achieved during this thesis:
|
||||||
|
The redesigned protocols Taler protocols with support for \gls{CSBS}, the implementation of the cryptographic routines, the implementation of Talers core protocols and a detailed comparison between \gls{RSABS} and \gls{CSBS}.
|
||||||
|
Overall, the \gls{CSBS} are significantly faster, require less disk space, and bandwidth and provide \textit{cipher agility} for Taler.
|
||||||
|
|
||||||
|
\section*{Acknowledgement}
|
||||||
|
We would like to kindly thank Christian Grothoff (Bern University of Applied Sciences) for his extensive advice, support and very helpful feedback during our whole thesis.\\
|
||||||
|
We also kindly thank Jeffrey Burdges (Web 3, Switzerland) for reviewing the proposal containing the redesigned protocols and giving feedback.\\
|
||||||
|
Further, we kindly thank Jacob Appelbaum (Bern University of Applied Sciences, Eindhoven University of Technology) for further results for the performance measurements of our cryptographic routines and the insightful conversations.
|
53
doc/cs/ads/glossary.tex
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
%!TEX root = ../thesis.tex
|
||||||
|
|
||||||
|
%
|
||||||
|
% vorher in Konsole folgendes aufrufen:
|
||||||
|
% makeglossaries makeglossaries dokumentation.acn && makeglossaries dokumentation.glo
|
||||||
|
%
|
||||||
|
|
||||||
|
%
|
||||||
|
% Glossareintraege --> referenz, name, beschreibung
|
||||||
|
% Aufruf mit \gls{...}
|
||||||
|
%
|
||||||
|
% \newglossaryentry{non-repudiation}{name={non-repudiation},plural={non-repudiation},description={After a message is signed, one can not dispute that a message was signed}}
|
||||||
|
% \newglossaryentry{sender_authenticity}{name={sender authenticity},plural={sender authenticity},description={The origin/sender of a message can not be forged}}
|
||||||
|
% \newglossaryentry{message_integrity}{name={message integrity},plural={message integrity},description={No unauthorized change to the message can be made, the message is tamperproof}}
|
||||||
|
\newglossaryentry{hkdf}{
|
||||||
|
name = {HKDF},
|
||||||
|
description = {The HMAC-based Extract-and-Expand Key Derivation Function is a function that takes potentially weak keying material as input and outputs high entropy keying material. For more information see section \ref{sec:kdf}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{25519}{
|
||||||
|
name = {Curve25519},
|
||||||
|
description = {A popular elliptic curve used in many cryptographic systems based on elliptic curve cryptography. See section \ref{par:curve25519}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{fdh}{
|
||||||
|
name = {FDH},
|
||||||
|
description = {A Full-Domain Hash is a hash function with an image size equal to the original gorup. See section \ref{sec:rsa-fdh}}.
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{idempotence}{
|
||||||
|
name = {idempotence},
|
||||||
|
description = {Idempotence in the context of computer science is a property to ensure that the state of system will not change, no matter how many times the same request was made. See section \ref{abort-idempotency}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{abort-idempotency}{
|
||||||
|
name = {abort-idempotency},
|
||||||
|
description = {Abort-idempotency is a special case of \gls{idempotence}. On every step in a protocol it needs to be ensured that even on an abort, the same request always receives the same response. See section \ref{abort-idempotency}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{RSABS}{
|
||||||
|
name = {RSA Blind Signatures},
|
||||||
|
description = {Chaums Blind Signature Scheme based on RSA. See section \ref{sec:blind-rsa-sign}}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newglossaryentry{CSBS}{
|
||||||
|
name = {Clause Blind Schnorr Signatures},
|
||||||
|
description = {A secure variant of Blind Schnorr Signature Schemes introduced in section \ref{sec:clause-blind-schnorr-sig}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% \newglossaryentry{25519}{
|
||||||
|
% name = {},
|
||||||
|
% description = {}
|
||||||
|
% }
|
71
doc/cs/ads/header.tex
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
% Hyperlinks
|
||||||
|
\usepackage[
|
||||||
|
hidelinks,
|
||||||
|
pdfusetitle,
|
||||||
|
]{hyperref}
|
||||||
|
|
||||||
|
% Grafiken
|
||||||
|
\usepackage{graphicx}
|
||||||
|
%Bildpfad
|
||||||
|
\graphicspath{{images/}}
|
||||||
|
|
||||||
|
% Micro sign
|
||||||
|
\usepackage{siunitx}
|
||||||
|
|
||||||
|
% Farben
|
||||||
|
\usepackage{color}
|
||||||
|
\definecolor{LinkColor}{rgb}{0,0,0.2}
|
||||||
|
|
||||||
|
% Glossar
|
||||||
|
\usepackage[
|
||||||
|
nonumberlist, %keine Seitenzahlen anzeigen
|
||||||
|
%acronym, %ein Abkürzungsverzeichnis erstellen
|
||||||
|
%section, %im Inhaltsverzeichnis auf section-Ebene erscheinen
|
||||||
|
toc, %Einträge im Inhaltsverzeichnis
|
||||||
|
]{glossaries}
|
||||||
|
\makeglossaries
|
||||||
|
\input{ads/glossary}
|
||||||
|
|
||||||
|
%Nomenklatur
|
||||||
|
\usepackage{nomencl}
|
||||||
|
\makenomenclature
|
||||||
|
|
||||||
|
%PDF pages
|
||||||
|
\usepackage{pdfpages}
|
||||||
|
|
||||||
|
%Adjustbox (tikz figures of Taler)
|
||||||
|
\usepackage{adjustbox}
|
||||||
|
|
||||||
|
%BFH Boxes
|
||||||
|
% see BFH example for usage, looks nice!<<
|
||||||
|
\LoadBFHModule{listings,terminal,boxes}
|
||||||
|
|
||||||
|
%Akronyme
|
||||||
|
\usepackage[printonlyused,footnote]{acronym}
|
||||||
|
|
||||||
|
% Literaturverweise
|
||||||
|
\usepackage[
|
||||||
|
backend=biber,
|
||||||
|
style=alphabetic,
|
||||||
|
%citestyle=authoryear
|
||||||
|
]{biblatex}
|
||||||
|
\addbibresource{bibliography.bib}
|
||||||
|
\addbibresource{bibliography_projekt2.bib}
|
||||||
|
|
||||||
|
% TODOs in text
|
||||||
|
% documentation: http://tug.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf
|
||||||
|
\usepackage{todonotes}
|
||||||
|
|
||||||
|
%Crypto Grafiken
|
||||||
|
\usepackage{cryptocode}
|
||||||
|
%\usepackage{amsmath}
|
||||||
|
|
||||||
|
\usepackage{listings}
|
||||||
|
\usepackage{xcolor}
|
||||||
|
|
||||||
|
\definecolor{mGreen}{rgb}{0,0.6,0}
|
||||||
|
\definecolor{mGray}{rgb}{0.5,0.5,0.5}
|
||||||
|
\definecolor{mPurple}{rgb}{0.58,0,0.82}
|
||||||
|
\definecolor{backgroundColour}{rgb}{0.95,0.95,0.92}
|
||||||
|
\definecolor{ApiColor}{HTML}{307FCB}
|
||||||
|
\definecolor{whyite}{HTML}{A1C66C} % Needs to be here due to some typo in BFH-CI stuff. Thanks BFH.
|
12
doc/cs/ads/history.tex
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
\chapter*{Document History}
|
||||||
|
\addcontentsline{toc}{chapter}{Document History}
|
||||||
|
|
||||||
|
%\begin{center}
|
||||||
|
\begin{tabular}{ ||l|l|l|l|| }
|
||||||
|
\hline
|
||||||
|
Version & Date & Comment & Author \\
|
||||||
|
\hline\hline
|
||||||
|
0.0.1 & 30.09.2021 & Document created & Gian Demarmels \& Lucien Heuzeveldt \\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
%\end{center}
|
362
doc/cs/bibliography.bib
Normal file
@ -0,0 +1,362 @@
|
|||||||
|
@misc{project-definition,
|
||||||
|
author = {Dr. Emmanuel Benoist},
|
||||||
|
title = {Adding Schnorr's blind signature in Taler},
|
||||||
|
howpublished = {\url{https://fbi.bfh.ch/fbi/2022/Studienbetrieb/BaThesisHS21/aufgabestellungen/BIE1-1-21-en.html}},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{swot-analysis,
|
||||||
|
author = {Will Kenton},
|
||||||
|
title = {Strength, Weakness, Opportunity, and Threat (SWOT) Analysis},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://www.investopedia.com/terms/s/swot.asp}},
|
||||||
|
note = {[Online; accessed 01-October-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1040250156,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {Project management triangle --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
url = {https://en.wikipedia.org/w/index.php?title=Project_management_triangle&oldid=1040250156},
|
||||||
|
note = {[Online; accessed 1-October-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{ionos:waterfall_model,
|
||||||
|
author = {ionos.com},
|
||||||
|
title = {Waterfall methodology},
|
||||||
|
year = {2019},
|
||||||
|
url = {https://www.ionos.com/digitalguide/websites/web-development/waterfall-methodology/},
|
||||||
|
note = {[Online; accessed 1-October-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{schwab:anforderungen,
|
||||||
|
author = {Gerhard Schwab},
|
||||||
|
title = {Lerneinheit 4 - Anforderungen ermitteln},
|
||||||
|
howpublished = {BFH Moodle},
|
||||||
|
year = {2017}
|
||||||
|
}
|
||||||
|
|
||||||
|
@techreport{rfc2104,
|
||||||
|
shorthand = {RFC2104},
|
||||||
|
author = {H. Krawczyk, M.Bellare, R. Canetti},
|
||||||
|
title = {HMAC: Keyed-Hashing for Message Authentication},
|
||||||
|
howpublished = {Internet Requests for Comments},
|
||||||
|
type = {RFC},
|
||||||
|
number = 2104,
|
||||||
|
year = {1997},
|
||||||
|
issn = {2070-1721},
|
||||||
|
month = {02},
|
||||||
|
publisher = {IETF},
|
||||||
|
institution = {IETF},
|
||||||
|
url = {https://tools.ietf.org/html/rfc2104}
|
||||||
|
}
|
||||||
|
|
||||||
|
@techreport{rfc5869,
|
||||||
|
shorthand = {RFC5869},
|
||||||
|
author = {H. Krawczyk, P.Eronen},
|
||||||
|
title = {HMAC-based Extract-and-Expand Key Derivation Function (HKDF)},
|
||||||
|
howpublished = {Internet Requests for Comments},
|
||||||
|
type = {RFC},
|
||||||
|
number = 5869,
|
||||||
|
year = {2010},
|
||||||
|
issn = {2070-1721},
|
||||||
|
month = {05},
|
||||||
|
publisher = {IETF},
|
||||||
|
institution = {IETF},
|
||||||
|
url = {https://tools.ietf.org/html/rfc5869}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cryptoeprint:2019:877,
|
||||||
|
author = {Georg Fuchsbauer and
|
||||||
|
Antoine Plouviez and
|
||||||
|
Yannick Seurin},
|
||||||
|
title = {Blind Schnorr Signatures and Signed ElGamal Encryption in the Algebraic Group Model},
|
||||||
|
howpublished = {Cryptology ePrint Archive, Report 2019/877},
|
||||||
|
year = {2019},
|
||||||
|
note = {\url{https://ia.cr/2019/877} and \url{https://www.youtube.com/watch?v=W-uwVdGeUUs}}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@misc{bip:schnorr-bitc,
|
||||||
|
author = {Pieter Wuille, Jonas Nick, Tim Ruffing},
|
||||||
|
title = {Schnorr Signatures for secp256k1},
|
||||||
|
howpublished = {Bitcoin Improvement Proposal, bip-0340},
|
||||||
|
year = {2020},
|
||||||
|
note = {\url{https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{git:secp256k1-schnorr,
|
||||||
|
author = {Bitcoin Repository},
|
||||||
|
title = {BIP-340 - Module for Schnorr signatures in libsecp256k1},
|
||||||
|
howpublished = {\url{https://github.com/bitcoin/bitcoin/tree/master/src/secp256k1}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{btc:releasnotes-0.21,
|
||||||
|
author = {Bitcoin.org },
|
||||||
|
title = {0.21.1 Release Notes},
|
||||||
|
howpublished = {\url{https://bitcoin.org/en/releases/0.21.1/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@inproceedings{spring:wallet-db-with-observers,
|
||||||
|
author = {Chaum, David
|
||||||
|
and Pedersen, Torben Pryds},
|
||||||
|
editor = {Brickell, Ernest F.},
|
||||||
|
title = {Wallet Databases with Observers},
|
||||||
|
booktitle = {Advances in Cryptology --- CRYPTO' 92},
|
||||||
|
year = {1993},
|
||||||
|
publisher = {Springer Berlin Heidelberg},
|
||||||
|
address = {Berlin, Heidelberg},
|
||||||
|
pages = {89--105},
|
||||||
|
abstract = {Previously there have been essentially only two models for computers that people can use to handle ordinary consumer transactions: (1) the tamper-proof module, such as a smart card, that the person cannot modify or probe; and (2) the personal workstation whose inner working is totally under control of the individual. The first part of this article argues that a particular combination of these two kinds of mechanism can overcome the limitations of each alone, providing both security and correctness for organizations as well as privacy and even anonymity for individuals.},
|
||||||
|
isbn = {978-3-540-48071-6}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{schnorr:perfect-dl-signatures,
|
||||||
|
author = {Claus Peter Schnorr},
|
||||||
|
title = {Enhancing the Security of Perfect Blind DL-Signatures.},
|
||||||
|
howpublished = {Universität Frankfurt},
|
||||||
|
year = {2004},
|
||||||
|
note = {\url{https://www.math.uni-frankfurt.de/~dmst/teaching/SS2012/Vorlesung/EBS5.pdf}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{wagner:generalized-bday-prob,
|
||||||
|
author = {David Wagner},
|
||||||
|
title = {A Generalized Birthday Problem},
|
||||||
|
howpublished = {University of California Berkeley},
|
||||||
|
year = {2002},
|
||||||
|
note = {\url{https://www.iacr.org/archive/crypto2002/24420288/24420288.pdf}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@inproceedings{Schnorr01securityof,
|
||||||
|
author = {Claus Peter Schnorr},
|
||||||
|
title = {Security of Blind Discrete Log Signatures against Interactive Attacks},
|
||||||
|
booktitle = {ICICS 2001, LNCS 2229},
|
||||||
|
year = {2001},
|
||||||
|
pages = {1--12},
|
||||||
|
publisher = {Springer-Verlag}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pic:simple-diagram,
|
||||||
|
author = {GNU Taler},
|
||||||
|
title = {Simple Taler Diagram},
|
||||||
|
year = {[Online; accessed 2-November-2021]},
|
||||||
|
note = {\url{https://taler.net/images/diagram-simple.png}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pic:refresh-prot,
|
||||||
|
author = {GNU Taler},
|
||||||
|
title = {Taler Refresh protocol},
|
||||||
|
year = {[Online; accessed 2-November-2021]},
|
||||||
|
note = {\url{https://git.taler.net/marketing.git/plain/presentations/comprehensive/main.pdf}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pic:taler-overview,
|
||||||
|
author = {GNU Taler},
|
||||||
|
title = {Operations},
|
||||||
|
howpublished = {\url{https://git.taler.net/marketing.git/plain/presentations/comprehensive/operations.png}},
|
||||||
|
year = {[Online; accessed 2-November-2021]},
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pic:coin-state-machine,
|
||||||
|
author = {GNU Taler},
|
||||||
|
howpublished = {\url{https://git.taler.net/exchange.git/tree/doc/system/taler/coin.pdf}},
|
||||||
|
title = {Coin State Machine},
|
||||||
|
year = {[Online; accessed 13 January 2022]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pic:deposit-state-machine,
|
||||||
|
author = {GNU Taler},
|
||||||
|
howpublished = {\url{https://git.taler.net/exchange.git/tree/doc/system/taler/deposit.pdf}},
|
||||||
|
title = {Deposit State Machine},
|
||||||
|
year = {[Online; accessed 13 January 2022]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{gnunet-git,
|
||||||
|
author = {GNUnet Git Repositories},
|
||||||
|
title = {gnunet.git},
|
||||||
|
howpublished = {\url{https://git.gnunet.org/gnunet.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{libsodium:finite-field-arithmetic,
|
||||||
|
author = {libsodium documentation},
|
||||||
|
howpublished = {\url{https://doc.libsodium.org/advanced/point-arithmetic}},
|
||||||
|
title = {Finite field arithmetic}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{bernlange:safecurves,
|
||||||
|
author = {Daniel J. Bernstein and Tanja Lange},
|
||||||
|
title = {SafeCurves: choosing safe curves for elliptic-curve cryptography.},
|
||||||
|
howpublished = {\url{https://safecurves.cr.yp.to}},
|
||||||
|
year = {accessed 17 October 2021. }
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{matt:unix-domain-sockets,
|
||||||
|
author = {Matt Lim},
|
||||||
|
title = {Getting Started With Unix Domain Sockets},
|
||||||
|
howpublished = {\url{https://medium.com/swlh/getting-started-with-unix-domain-sockets-4472c0db4eb1}},
|
||||||
|
year = {accessed 08 January 2022. }
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{rfc7748,
|
||||||
|
shorthand = {RFC7748},
|
||||||
|
series = {Request for Comments},
|
||||||
|
number = 7748,
|
||||||
|
howpublished = {RFC 7748},
|
||||||
|
publisher = {RFC Editor},
|
||||||
|
doi = {10.17487/RFC7748},
|
||||||
|
url = {https://rfc-editor.org/rfc/rfc7748.txt},
|
||||||
|
author = {Adam Langley and Mike Hamburg and Sean Turner},
|
||||||
|
title = {{Elliptic Curves for Security}},
|
||||||
|
pagetotal = 22,
|
||||||
|
year = 2016,
|
||||||
|
month = jan,
|
||||||
|
abstract = {This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS). These curves are intended to operate at the \textasciitilde{}128-bit and \textasciitilde{}224-bit security level, respectively, and are generated deterministically based on a list of required properties.}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{ganapati:rsactftool,
|
||||||
|
author = {Ganapati},
|
||||||
|
title = {RsaCtfTool},
|
||||||
|
howpublished = {\url{https://github.com/Ganapati/RsaCtfTool}},
|
||||||
|
year = {accessed 13 January 2022. }
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{perez:stoprsa,
|
||||||
|
author = {Ben Perez},
|
||||||
|
title = {Seriously, stop using RSA},
|
||||||
|
howpublished = {\url{https://blog.trailofbits.com/2019/07/08/fuck-rsa/}},
|
||||||
|
year = {accessed 13 January 2022. }
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{geeks:rtt,
|
||||||
|
author = {preetikagupta8171},
|
||||||
|
title = {What is RTT(Round Trip Time)?},
|
||||||
|
howpublished = {\url{https://www.geeksforgeeks.org/what-is-rttround-trip-time/}},
|
||||||
|
year = {accessed 13 January 2022. }
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{madden:curve25519-clamping,
|
||||||
|
author = {Neil Madden},
|
||||||
|
howpublished = {\url{https://neilmadden.blog/2020/05/28/whats-the-curve25519-clamping-all-about/}},
|
||||||
|
title = {What’s the Curve25519 clamping all about?},
|
||||||
|
year = {2020}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{bern:tweetnacl,
|
||||||
|
author = {Daniel J. Bernstein, Bernard van Gastel, Wesley Janssen},
|
||||||
|
title = {TweetNaCl: a crypto library in 100 tweets.},
|
||||||
|
howpublished = {\url{https://tweetnacl.cr.yp.to/papers.html}},
|
||||||
|
year = {17.09.2014}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-presentation,
|
||||||
|
author = {GNU Taler},
|
||||||
|
howpublished = {\url{https://git.taler.net/marketing.git/tree/presentations/comprehensive/main.pdf}},
|
||||||
|
title = {GNU Taler},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cryptoeprint:2020:945,
|
||||||
|
author = {Fabrice Benhamouda and
|
||||||
|
Tancrède Lepoint and
|
||||||
|
Julian Loss and
|
||||||
|
Michele Orrù and
|
||||||
|
Mariana Raykova},
|
||||||
|
title = {On the (in)security of ROS},
|
||||||
|
howpublished = {Cryptology ePrint Archive, Report 2020/945},
|
||||||
|
year = {2020},
|
||||||
|
note = {\url{https://ia.cr/2020/945}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{rfc5246,
|
||||||
|
series = {Request for Comments},
|
||||||
|
number = 5246,
|
||||||
|
howpublished = {RFC 5246},
|
||||||
|
publisher = {RFC Editor},
|
||||||
|
doi = {10.17487/RFC5246},
|
||||||
|
url = {https://rfc-editor.org/rfc/rfc5246.txt},
|
||||||
|
author = {Eric Rescorla and Tim Dierks},
|
||||||
|
title = {{The Transport Layer Security (TLS) Protocol Version 1.2}},
|
||||||
|
pagetotal = 104,
|
||||||
|
year = 2008,
|
||||||
|
month = aug,
|
||||||
|
abstract = {This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. {[}STANDARDS-TRACK{]}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{rfc6071,
|
||||||
|
series = {Request for Comments},
|
||||||
|
number = 6071,
|
||||||
|
howpublished = {RFC 6071},
|
||||||
|
publisher = {RFC Editor},
|
||||||
|
doi = {10.17487/RFC6071},
|
||||||
|
url = {https://rfc-editor.org/rfc/rfc6071.txt},
|
||||||
|
author = {Sheila Frankel and Suresh Krishnan},
|
||||||
|
title = {{IP Security (IPsec) and Internet Key Exchange (IKE) Document Roadmap}},
|
||||||
|
pagetotal = 63,
|
||||||
|
year = 2011,
|
||||||
|
month = feb,
|
||||||
|
abstract = {Over the past few years, the number of RFCs that define and use IPsec and Internet Key Exchange (IKE) has greatly proliferated. This is complicated by the fact that these RFCs originate from numerous IETF working groups: the original IPsec WG, its various spin-offs, and other WGs that use IPsec and/or IKE to protect their protocols' traffic. This document is a snapshot of IPsec- and IKE-related RFCs. It includes a brief description of each RFC, along with background information explaining the motivation and context of IPsec's outgrowths and extensions. It obsoletes RFC 2411, the previous "IP Security Document Roadmap." The obsoleted IPsec roadmap (RFC 2411) briefly described the interrelationship of the various classes of base IPsec documents. The major focus of RFC 2411 was to specify the recommended contents of documents specifying additional encryption and authentication algorithms. This document is not an Internet Standards Track specification; it is published for informational purposes.}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1055393696,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {RSA Factoring Challenge --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=RSA_Factoring_Challenge&oldid=1055393696}},
|
||||||
|
note = {[Online; accessed 16-January-2022]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cryptoeprint:2015:625,
|
||||||
|
author = {Mike Hamburg},
|
||||||
|
title = {Ed448-Goldilocks, a new elliptic curve},
|
||||||
|
howpublished = {Cryptology ePrint Archive, Report 2015/625},
|
||||||
|
year = {2015},
|
||||||
|
note = {\url{https://ia.cr/2015/625}},
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{bern:curve25519,
|
||||||
|
author = {Daniel J. Bernstein},
|
||||||
|
title = {Curve25519: new Diffie-Hellman speed records},
|
||||||
|
howpublished = {\url{https://cr.yp.to/ecdh/curve25519-20060209.pdf}},
|
||||||
|
year = {02.09.2006}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{yuchen:idempotence,
|
||||||
|
author = {Yuchen Z.},
|
||||||
|
title = {A Deep Dive Into Idempotence},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://betterprogramming.pub/a-deep-dive-into-idempotence-1a39393df7e6}},
|
||||||
|
note = {[Online; accessed 16-January-2022]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{tibouchi:attacks-schnorr-nonce,
|
||||||
|
author = {Mehdi Tibouchi},
|
||||||
|
title = {Attacks on Schnorr signatures with biased nonces},
|
||||||
|
howpublished = {\url{https://ecc2017.cs.ru.nl/slides/ecc2017-tibouchi.pdf}},
|
||||||
|
year = {13.11.2017}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{wang:bitcoin-ecdsa-vuln,
|
||||||
|
author = {Wang, Ziyu and Yu, Hui and Zhang, Zongyang and Piao, Jiaming and Liu, Jianwei},
|
||||||
|
year = {2019},
|
||||||
|
month = {09},
|
||||||
|
pages = {},
|
||||||
|
title = {ECDSA weak randomness in Bitcoin},
|
||||||
|
volume = {102},
|
||||||
|
journal = {Future Generation Computer Systems},
|
||||||
|
doi = {10.1016/j.future.2019.08.034}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{buchanan:ps3-ecdsa-vuln,
|
||||||
|
author = {Prof Bill Buchanan OBE},
|
||||||
|
title = {Not Playing Randomly: The Sony PS3 and Bitcoin Crypto Hacks},
|
||||||
|
howpublished = {\url{https://medium.com/asecuritysite-when-bob-met-alice/not-playing-randomly-the-sony-ps3-and-bitcoin-crypto-hacks-c1fe92bea9bc}},
|
||||||
|
year = {12.11.2018}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{gian:nonce-sense,
|
||||||
|
author = {Gian Demarmels},
|
||||||
|
title = {Nonce-Sense - Romhack CTF Crypto Challenge},
|
||||||
|
howpublished = {\url{https://blog.c4pr1c0rn.ch/writeups/romhack_21/nonce_sence.html}},
|
||||||
|
year = {2021},
|
||||||
|
note = {[Online; accessed 19-January-2022]}
|
||||||
|
}
|
442
doc/cs/bibliography_projekt2.bib
Normal file
@ -0,0 +1,442 @@
|
|||||||
|
% see here for standard templates: https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Standard_templates
|
||||||
|
|
||||||
|
@misc{chaum-grothoff-moser:issue-cdbc,
|
||||||
|
author = {Chaum David, Grothoff Christian, Moser Thomas},
|
||||||
|
title = {How to issue a central bank digital currency},
|
||||||
|
howpublished = {\url{https://www.snb.ch/en/mmr/papers/id/working_paper_2021_03}},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@phdthesis{dold:the-gnu-taler-system,
|
||||||
|
author = {Florian Dold},
|
||||||
|
title = {The GNU Taler System},
|
||||||
|
howpublished ={\url{https://taler.net/papers/thesis-dold-phd-2019.pdf}},
|
||||||
|
school = {Université de Rennes},
|
||||||
|
year = {2019}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{schneier:value-privacy,
|
||||||
|
author = {Bruce Schneier},
|
||||||
|
title = {The Value of Privacy},
|
||||||
|
howpublished = {\url{https://www.schneier.com/blog/archives/2006/05/the_value_of_pr.html}},
|
||||||
|
year = {2006}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{qualcomm:mobile-rng,
|
||||||
|
author = {Liang Kai},
|
||||||
|
title = {Guard your data with the Qualcomm Snapdragon mobile platform},
|
||||||
|
howpublished = {\url{https://www.qualcomm.com/media/documents/files/guard-your-data-with-the-qualcomm-snapdragon-mobile-platform.pdf}},
|
||||||
|
year = {2019}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{chaum:blind-sign,
|
||||||
|
author = {Chaum David},
|
||||||
|
title = {Blind Signatures for Untraceable Payments},
|
||||||
|
howpublished = {\url{https://www.chaum.com/publications/Chaum-blind-signatures.PDF}},
|
||||||
|
year = {1983}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{grothoff-dold:euro-bearer-online,
|
||||||
|
author = {Christian Grothoff, Florian Dold},
|
||||||
|
title = {Why a Digital Euro should be Online-first and Bearer-based},
|
||||||
|
howpublished = {\url{https://taler.net/papers/euro-bearer-online-2021.pdf}},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{website:bigcommerce-payment-fraud,
|
||||||
|
author = {BigCommerce},
|
||||||
|
title = {Payment fraud: What is it and how it can be avoided?},
|
||||||
|
howpublished = {\url{https://www.bigcommerce.com/ecommerce-answers/payment-fraud-what-it-and-how-it-can-be-avoided/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{nist:recommendation-for-key-management,
|
||||||
|
author = {Elaine Barker},
|
||||||
|
title = {Recommendation for Key Management},
|
||||||
|
howpublished = {\url{https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf}},
|
||||||
|
year = {2020}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler:snackautomat,
|
||||||
|
author = {Berner Fachhochschule},
|
||||||
|
title = {GNU Taler Snackautomat},
|
||||||
|
howpublished = {\url{https://www.bfh.ch/de/forschung/referenzprojekte/gnu-taler-snackautomat/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@book{modernCrypto,
|
||||||
|
author = {Nigel P. Smart},
|
||||||
|
editor = {David Basin, Kenny Paterson},
|
||||||
|
title = {Cryptography Made Simple},
|
||||||
|
publisher = {Springer International Publishing Switzerland AG},
|
||||||
|
year = {2016}
|
||||||
|
}
|
||||||
|
|
||||||
|
@inbook{Crépeau2005,
|
||||||
|
author = {Cr{\'e}peau, Claude},
|
||||||
|
title = {Cut-and-choose protocols},
|
||||||
|
publisher = {School of Computr Science, McGill University, Montréal (QC), Canada},
|
||||||
|
url = {http://crypto.cs.mcgill.ca/~crepeau/EoC/Cut&Choose.pdf}
|
||||||
|
}
|
||||||
|
|
||||||
|
% author from github: https://github.com/chaos-eng/chaos-eng.github.io
|
||||||
|
@misc{chaos-engineering,
|
||||||
|
author = {chaos-eng},
|
||||||
|
title = {PRINCIPLES OF CHAOS ENGINEERING},
|
||||||
|
howpublished = {\url{https://principlesofchaos.org/}},
|
||||||
|
year = {2019}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{businger:public-key-crytpo,
|
||||||
|
author = {Walter Businger},
|
||||||
|
title = {Skript Public-Key Kryptographie},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{rutishauser:fuzzing,
|
||||||
|
author = {Dobin Rutishauser},
|
||||||
|
title = {Fuzzing},
|
||||||
|
howpublished = {Course material of BFH module Forensics and Code Security},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{codeblau:taler-audit,
|
||||||
|
author = {Code Blau GmbH},
|
||||||
|
title = {Report for the GNU Taler security audit in Q2/Q3 2020},
|
||||||
|
howpublished = {\url{https://taler.net/papers/codeblau-report-2020-q2.pdf}},
|
||||||
|
year = {2020}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{pentest-execution-standard,
|
||||||
|
author = {The Penetration Testing Execution Standard},
|
||||||
|
title = {Main Page},
|
||||||
|
howpublished = {\url{http://www.pentest-standard.org/index.php/Main_Page}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:top-ten,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Top Ten},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-top-ten/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:mobile-top-ten,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Mobile Top 10},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-mobile-top-10/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:api-security-project,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP API Security Project},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-api-security/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:web-security-testing-guide,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Web Security Testing Guide},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-web-security-testing-guide/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:mobile-security-testing-guide,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Mobile Security Testing Guide},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-mobile-security-testing-guide/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:application-security-verification-standard,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Application Security Verification Standard},
|
||||||
|
howpublished = {\url{https://owasp.org/www-project-application-security-verification-standard/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{owasp:mobile-application-security-verification-standard,
|
||||||
|
author = {OWASP Foundation},
|
||||||
|
title = {OWASP Mobile Application Security Verification Standard},
|
||||||
|
howpublished = {\url{https://github.com/OWASP/owasp-masvs}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{osstmm,
|
||||||
|
author = {ISECOM},
|
||||||
|
title = {OSSTMM 3},
|
||||||
|
howpublished = {\url{https://www.isecom.org/OSSTMM.3.pdf}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{emscripten,
|
||||||
|
author = {Emscripten Contributors},
|
||||||
|
title = {Emscripten documentation},
|
||||||
|
howpublished = {\url{https://emscripten.org/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{emscripten:paper,
|
||||||
|
author = {Alon Zakai},
|
||||||
|
title = {Emscripten: an LLVM-to-JavaScript compiler},
|
||||||
|
howpublished = {\url{https://www.researchgate.net/publication/221320724_Emscripten_an_LLVM-to-JavaScript_compiler}},
|
||||||
|
year = {2011}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cwe,
|
||||||
|
author = {Common Weakness Enumeration},
|
||||||
|
title = {CWE - Common Weakness Enumeration},
|
||||||
|
howpublished = {\url{https://cwe.mitre.org/index.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cwe:toctou,
|
||||||
|
author = {Common Weakness Enumeration},
|
||||||
|
title = {CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition},
|
||||||
|
howpublished = {\url{https://cwe.mitre.org/data/definitions/367.html}},
|
||||||
|
year = {2021}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cwe:c-weaknesses,
|
||||||
|
author = {Common Weakness Enumeration},
|
||||||
|
title = {CWE VIEW: Weaknesses in Software Written in C},
|
||||||
|
howpublished = {\url{https://cwe.mitre.org/data/definitions/658.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% ---------- Taler documentation and repos
|
||||||
|
@misc{taler-documentation,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Documentation},
|
||||||
|
howpublished = {\url{https://docs.taler.net/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:backup-synchronization,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {Backup and Synchronization Service API},
|
||||||
|
howpublished = {\url{https://docs.taler.net/core/api-sync.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:auditor-operator-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Auditor Operator Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-auditor-manual.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:exchange-operator-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Exchange Operator Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-exchange-manual.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:merchant-backend-operator-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Merchant Backend Operator Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-merchant-manual.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:merchant-api,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Merchant API Tutorial},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-merchant-api-tutorial.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:back-office,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {Back-office Web service manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-backoffice-manual.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:pos-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Merchant POS Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-merchant-pos-terminal.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:wallet-developer-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Wallet Developer Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-wallet.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:wallet-cli-manual,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {GNU Taler Wallet CLI Manual},
|
||||||
|
howpublished = {\url{https://docs.taler.net/taler-wallet-cli-manual.html}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {},
|
||||||
|
howpublished = {\url{}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {},
|
||||||
|
howpublished = {\url{}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-documentation:,
|
||||||
|
author = {Taler Systems SA},
|
||||||
|
title = {},
|
||||||
|
howpublished = {\url{}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% see https://git.taler.net/
|
||||||
|
|
||||||
|
@misc{taler-git,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {GNU Taler Git Repositories},
|
||||||
|
howpublished = {\url{https://git.taler.net/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:exchange,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {exchange.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/exchange.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:merchant,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {merchant.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/merchant.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:wallet-core,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {wallet-core.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/wallet-core.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:auditor,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {auditor.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/auditor.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:backoffice,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {backoffice.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/backoffice.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:android,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {taler-android.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/taler-android.git}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:ios,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {taler-ios.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/taler-ios.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:django-payments,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {django-payments-taler.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/django-payments-taler.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:woocommerce,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {woocommerce-taler.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/woocommerce-taler.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:saleor,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {saleor-frontend.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/saleor-frontend.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{taler-git:merchant-demos,
|
||||||
|
author = {GNU Taler Git Repositories},
|
||||||
|
title = {taler-merchant-demos.git},
|
||||||
|
howpublished = {\url{https://git.taler.net/taler-merchant-demos.git/}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% ---------- Wikipedia
|
||||||
|
@misc{dewiki:205456999,
|
||||||
|
author = {Wikipedia},
|
||||||
|
title = {Know your customer --- Wikipedia{,} Die freie Enzyklopädie},
|
||||||
|
year = {2020},
|
||||||
|
url = {\url{https://de.wikipedia.org/w/index.php?title=Know_your_customer&oldid=205456999}},
|
||||||
|
note = {[Online; Stand 3. April 2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1013094030,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {EdDSA --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=EdDSA&oldid=1013094030}},
|
||||||
|
note = {[Online; accessed 22-April-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1020240018,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {Birthday problem --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Birthday_problem&oldid=1020240018}},
|
||||||
|
note = {[Online; accessed 28-April-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1019272750,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {Birthday attack --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Birthday_attack&oldid=1019272750}},
|
||||||
|
note = {[Online; accessed 24-April-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:blind-sign,
|
||||||
|
author = {{Wikipedia contributors}},
|
||||||
|
title = {Blind signature --- {Wikipedia}{,} The Free Encyclopedia},
|
||||||
|
year = {2021},
|
||||||
|
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Blind_signature&oldid=1001105629}},
|
||||||
|
note = {[Online; accessed 12-April-2021]}
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1024158358,
|
||||||
|
author = "{Wikipedia contributors}",
|
||||||
|
title = "Scalability --- {Wikipedia}{,} The Free Encyclopedia",
|
||||||
|
year = "2021",
|
||||||
|
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Scalability&oldid=1024158358}",
|
||||||
|
note = "[Online; accessed 17-June-2021]"
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1024197377,
|
||||||
|
author = "{Wikipedia contributors}",
|
||||||
|
title = "Chaos engineering --- {Wikipedia}{,} The Free Encyclopedia",
|
||||||
|
year = "2021",
|
||||||
|
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Chaos_engineering&oldid=1024197377}",
|
||||||
|
note = "[Online; accessed 17-June-2021]"
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{enwiki:1026754635,
|
||||||
|
author = "{Wikipedia contributors}",
|
||||||
|
title = "Replay attack --- {Wikipedia}{,} The Free Encyclopedia",
|
||||||
|
year = "2021",
|
||||||
|
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Replay_attack&oldid=1026754635}",
|
||||||
|
note = "[Online; accessed 17-June-2021]"
|
||||||
|
}
|
||||||
|
|
||||||
|
% ---------- RFCs
|
||||||
|
@misc{rfc8032,
|
||||||
|
series = {Request for Comments},
|
||||||
|
number = 8032,
|
||||||
|
howpublished = {RFC 8032},
|
||||||
|
publisher = {RFC Editor},
|
||||||
|
doi = {10.17487/RFC8032},
|
||||||
|
url = {https://rfc-editor.org/rfc/rfc8032.txt},
|
||||||
|
author = {Simon Josefsson and Ilari Liusvaara},
|
||||||
|
title = {{Edwards-Curve Digital Signature Algorithm (EdDSA)}},
|
||||||
|
pagetotal = 60,
|
||||||
|
year = 2017,
|
||||||
|
month = jan,
|
||||||
|
abstract = {This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.},
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{rfc6265,
|
||||||
|
series = {Request for Comments},
|
||||||
|
number = 6265,
|
||||||
|
howpublished = {RFC 6265},
|
||||||
|
publisher = {RFC Editor},
|
||||||
|
doi = {10.17487/RFC6265},
|
||||||
|
url = {https://rfc-editor.org/rfc/rfc6265.txt},
|
||||||
|
author = {Adam Barth},
|
||||||
|
title = {{HTTP State Management Mechanism}},
|
||||||
|
pagetotal = 37,
|
||||||
|
year = 2011,
|
||||||
|
month = apr,
|
||||||
|
abstract = {This document defines the HTTP Cookie and Set-Cookie header fields. These header fields can be used by HTTP servers to store state (called cookies) at HTTP user agents, letting the servers maintain a stateful session over the mostly stateless HTTP protocol. Although cookies have many historical infelicities that degrade their security and privacy, the Cookie and Set-Cookie header fields are widely used on the Internet. This document obsoletes RFC 2965. {[}STANDARDS-TRACK{]}},
|
||||||
|
}
|
||||||
|
|
72
doc/cs/content/1_introduction.tex
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
\chapter{Introduction}
|
||||||
|
|
||||||
|
\section{Motivation}
|
||||||
|
Public key cryptography based on elliptic curves allows smaller key sizes compared to other cryptographic systems.
|
||||||
|
While still providing equivalent security, the smaller key size leads to huge performance benefits.
|
||||||
|
\\
|
||||||
|
Blind Signatures are one of the key components upon which Taler's privacy is built upon.
|
||||||
|
Our thesis adds support for a modern cryptographic scheme called the Clause Blind Schnorr Signature scheme \cite{cryptoeprint:2019:877}.\\
|
||||||
|
Additionally to the benefits of ellicptic curve cryptography, adding a second blind signature scheme makes Taler independent of a single cryptographic scheme and thus provides \textit{cipher agility}.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Goals}
|
||||||
|
\label{sec:goals}
|
||||||
|
The project definition is as follows \cite{project-definition}:
|
||||||
|
|
||||||
|
The students will implement the blind Schnorr signature inside Taler.
|
||||||
|
Taler is a system for the management of virtual money.
|
||||||
|
Taler is based on coins that need to be signed by an exchange (for instance a bank).
|
||||||
|
In the actual version of the system, coins are signed by the exchange using Schaum's bind-signature protocol.
|
||||||
|
This allows users to have signed coins, without the exchange knowing what it signed.
|
||||||
|
This step is fundamental for the privacy protection of the system.
|
||||||
|
\\The students have to insert the Schnorr blind signature algorithm inside the protocol for the creation of coins.
|
||||||
|
But they also need to change the Taler subsystems where the verification of the signature is done.
|
||||||
|
\\The actual Taler system allows people to let an exchange sign a coin for which they do not have the private key.
|
||||||
|
This is a security issue (for misuse of coins on the dark-net for instance).
|
||||||
|
An optional task for the project is to prevent a user to let an exchange sign a public key when the client does not have access to the corresponding private key.
|
||||||
|
\\Here is a list of the tasks that the students must do:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Design a protocol integrating Schnorr blind signature in the creation of Taler coins.
|
||||||
|
\item Implement the protocol inside the exchange application and the wallet app.
|
||||||
|
\item Analyze the different Taler subsystems to find where the blind signature is verified.
|
||||||
|
\item Replace verification of the blind signature everywhere it occurs.
|
||||||
|
\item Compare both blind signature systems (Schaum's and Schnorr's), from the point of view of security, privacy protection, speed, \dots
|
||||||
|
\item Write tests for the written software.
|
||||||
|
\item Conduct tests for the written software.
|
||||||
|
\item Transfer the new software the Taler developers team
|
||||||
|
\end{itemize}
|
||||||
|
Here is a list of optional features:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Design a protocol, such that the exchange can verify that the user knows the private key corresponding to the coin that is to be signed.
|
||||||
|
\item Implement that protocol.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\section{Scope}
|
||||||
|
\label{sec:scope}
|
||||||
|
In scope are all necessary changes on the protocol(s) and components for the following tasks:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Research the current state of Blind Schnorr Signature schemes
|
||||||
|
\item Redesign the Taler protocols to support Blind Schnorr signatures
|
||||||
|
\item Add support for a Blind Schnorr Signature Scheme in the exchange, merchant, wallet-core, wallet web-extension and optionally on the android mobile wallet
|
||||||
|
\item design and implement a protocol where the user proves to the exchange the knowledge of the coin that is to be signed (optional)
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
Out of scope is production readyness of the implementation.
|
||||||
|
This is because changes in the protocos and code need to be thoroughly vetted to ensure that no weaknesses or security vulnerabilities were introduced.
|
||||||
|
Such an audit is out of scope for the thesis and is recommended to be performed in the future.
|
||||||
|
The iOS wallet will not be considered in this work.
|
||||||
|
\\
|
||||||
|
It is not unusual that a scope changes when a project develops.
|
||||||
|
Due to different reasons, the scope needed to be shifted.
|
||||||
|
Since there are no libraries supporting \gls{CSBS}, the signature scheme has to be implemented and tested before integrating it into Taler.
|
||||||
|
While this is still reasonable to do in this project, it will affect the scope quite a bit.
|
||||||
|
The analysis of the optional goal showed, that a good solution that aligns with Taler's goals and properties needs more research and is a whole project by itself.
|
||||||
|
|
||||||
|
Scope changes during the project:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{Added:} Implement the cryptographic routines in GNUnet
|
||||||
|
\item \textbf{Removed: } design and implement a protocol where the user proves to the exchange the knowledge of the coin that is to be signed (optional)
|
||||||
|
\item \textbf{Adjusted: } Focus is on the implementation of the exchange protocols (Withdraw, Spend, Refresh and cryptographic utilities)
|
||||||
|
\item \textbf{Adjusted: } Implementation of the refresh protocol and wallet-core are nice-to-have goals
|
||||||
|
\item \textbf{Removed: } The Merchant and the android wallet implementations are out of scope
|
||||||
|
\end{itemize}
|
1467
doc/cs/content/3_preliminaries.tex
Normal file
458
doc/cs/content/4_1_design.tex
Normal file
@ -0,0 +1,458 @@
|
|||||||
|
\chapter{Protocol Design}
|
||||||
|
\label{chap:design}
|
||||||
|
This chapter describes the necessary changes on the protocol level to implement a Blind Schnorr Signature Scheme to Taler.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Analysis of Current Protocols}
|
||||||
|
The blind RSA signature scheme is only used for coin signatures.
|
||||||
|
Note that we omitted protocols (or parts of them) where the coin signature is transmitted, but no other actions using it is performed.
|
||||||
|
\\\\
|
||||||
|
\label{abort-idempotency}
|
||||||
|
An important property to mention here is \textit{\gls{abort-idempotency}}.
|
||||||
|
\Gls{idempotence} in the context of computer science is a property to ensure that the state of a system will not change, no matter how many times the same request was made.
|
||||||
|
A more in-depth explanation is given within the cited source \cite{yuchen:idempotence}.\\
|
||||||
|
\textit{\gls{abort-idempotency}} goes a bit further.
|
||||||
|
When the protocol is aborted at any stage, for example due to power cuts or network issues, the protocol still needs to ensure that the same response is sent for the same request.
|
||||||
|
This is especially challenging when dealing with random values as we will see in the redesigned protocols in the following sections.
|
||||||
|
For \gls{RSABS} it is inherently easier to provide \textit{\gls{abort-idempotency}} since signature creation only needs one round-trip and requires less random values.
|
||||||
|
|
||||||
|
The following protocols currently use \gls{RSABS}:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{Withdraw Protocol:}
|
||||||
|
The customer uses the blind signature scheme to blind the coins before transmitting them to the exchange, which blindly signs it (standard RSA signature) and the returns the signatures.
|
||||||
|
After the customer receives the signatures, he unblinds and stores them together with the coins.
|
||||||
|
\\ Components:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Customer
|
||||||
|
\item Exchange
|
||||||
|
\end{itemize}
|
||||||
|
\item \textbf{Deposit Protocol:}
|
||||||
|
During the Deposit, the exchange verifies the coin signature derived using the blind RSA signature scheme.
|
||||||
|
\\ Components:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Exchange
|
||||||
|
\end{itemize}
|
||||||
|
\item \textbf{Refresh Protocol:}
|
||||||
|
The refresh protocol is used to derive a new coin from an old one which was partially spent.
|
||||||
|
Parts of the protocol are similar to the withdraw protocol, but it is more complex due to the added DH lock and cut-and-choose.
|
||||||
|
\\ Components:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Customer
|
||||||
|
\item Exchange
|
||||||
|
\end{itemize}
|
||||||
|
\item \textbf{Tipping:}
|
||||||
|
Tipping is a variation of the withdraw protocol where the message containing the blinded planchets is transmitted to the merchant, who signs them using his reserve private, key and returns the signatures back to the customer.
|
||||||
|
Here, the details from the withdraw protocol apply.
|
||||||
|
\\ Components:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Customer
|
||||||
|
\item Exchange
|
||||||
|
\end{itemize}
|
||||||
|
\item \textbf{Payback Protocol:}
|
||||||
|
The payback protocol distinguishes three different cases, which either use the refresh protocol or disclose either the withdraw transcript or refresh protocol transcript to the exchange.
|
||||||
|
\\ Components:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Customer
|
||||||
|
\item Exchange
|
||||||
|
\end{itemize}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Protocol Changes}
|
||||||
|
The goal of the thesis is to add support for the Clause Blind Schnorr Signature scheme to Taler, besides the existing \gls{RSABS} implementation (see section \ref{sec:blind-rsa-sign}).
|
||||||
|
For the design of the \gls{CSBS} the existing protocols with \gls{RSABS} were redesigned.
|
||||||
|
|
||||||
|
The goal of the blind signature is to keep the exchange from knowing which coin a user withdraws and thus preventing the exchange linking a coin to a user.
|
||||||
|
The biggest impact is on the withdrawal and refresh protocols, but all protocols that include some operation around denomination signatures are affected.
|
||||||
|
|
||||||
|
During the thesis the protocols will be redesigned, implemented and the differences to the current version will be outlined.
|
||||||
|
These results will be delivered to the Taler team.
|
||||||
|
Feedback is very important when (re)designing protocols.
|
||||||
|
For that reason the redesigned protocols were discussed and reviewed with Christian Grothoff multiple times.
|
||||||
|
|
||||||
|
As signature scheme the Clause Blind Schnorr Signature Scheme described in section \ref{sec:clause-blind-schnorr-sig} was chosen for multiple reasons.
|
||||||
|
First of all it is currently considered to be secure (see \cite{cryptoeprint:2019:877}).
|
||||||
|
Schnorr Signatures on \gls{25519} are much shorter than RSA signatures.
|
||||||
|
This should provide notable performance improvements in speed and storage, and therefore scales better.
|
||||||
|
The paper describes a security analysis of the Blind Schnorr Signature scheme and introduces a modification (the "clause" part in the name) that is resistant to Wagner's algorithm (which solves ROS problem).
|
||||||
|
|
||||||
|
\Gls{25519} \cite{bern:curve25519} will be used for the implementation because it is a widely accepted curve (see \cite{bernlange:safecurves}, \cite{rfc7748}) and is already used by Taler (Taler uses Ed25519 which is built upon \gls{25519}).
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Withdraw Protocol}
|
||||||
|
\label{sec:withdraw-protocol-schnorr}
|
||||||
|
The modified protocol using the Clause Blind Schnorr Signature Scheme is described in figures \ref{fig:withdrawal-process-schnorr-1} and \ref{fig:withdrawal-process-schnorr-2}.
|
||||||
|
|
||||||
|
The proposed change introduces an additional round trip.
|
||||||
|
It must be prevented that the exchange has to track sessions or persist values during the first stage \ref{fig:withdrawal-process-schnorr-1}, while still ensuring \gls{abort-idempotency}.
|
||||||
|
In order to ensure \textit{\gls{abort-idempotency}}, the exchange has to generate the same $R_0,R_1$ for the same withdrawal request, while $r_0,r_1$ still needs to be unpredictable for the customer.
|
||||||
|
For this reason a withdrawal-nonce combined with a \gls{hkdf} comes into play.
|
||||||
|
The redesigned protocol makes extensive use of \gls{hkdf}'s functionality as \ac{PRNG} and one-way function, thus random becomes \textit{unpredictable}.
|
||||||
|
|
||||||
|
In the beginning of the protocol, the customer generates a coin key pair.
|
||||||
|
Its private key is used to generate the withdraw-nonce $n_w$ and the blinding factors $\alpha_0, \alpha_1, \beta_0, \beta_1$.
|
||||||
|
The exchange uses the withdraw nonce together with the reserve key and a long-term secret to generate $r_0, r_1$.
|
||||||
|
The coin and denomination private keys can be used as long-term secrets due to the one-way property of the \gls{hkdf}.
|
||||||
|
|
||||||
|
Another question evolved around which key to use for the derivation of $ r_0, r_1 $.
|
||||||
|
Obvious options are the denomination key or the exchange's online signing key.
|
||||||
|
The denomination key was chosen because it has the payback protocol in place that would handle coin recovery in case of a key compromise and subsequent revocation.
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{reserve keys } w_s, W_p & & \text{reserve public key } W_p
|
||||||
|
\\ \text{denomination public key } D_p & & \text{denomination keys } d_s, D_p
|
||||||
|
\\ & &
|
||||||
|
\\\text{generate withdraw secret:}
|
||||||
|
\\ \omega := randombytes(32)
|
||||||
|
\\ \text{persist } \langle \omega, D_p \rangle
|
||||||
|
\\ n_w := \text{HKDF}(256, \omega,\text{"n"})
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{n_w, D_p} &
|
||||||
|
% generate R
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & r_0 := \text{HKDF}(256,n_w || d_s, \text{"r0"})
|
||||||
|
\\ & & r_1 := \text{HKDF}(256,n_w || d_s, \text{"r1"})
|
||||||
|
\\ & & R_0 := r_0G
|
||||||
|
\\ & & R_1 := r_1G
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{R_0, R_1} &
|
||||||
|
\\ \text{derive coin key pair}:
|
||||||
|
\\ c_s := \text{HKDF}(256, \omega || R_0 || R_1,\text{"cs"})
|
||||||
|
\\ C_p := \text{Ed25519.GetPub}(c_s)
|
||||||
|
% blinding
|
||||||
|
\\ \text{blind:} & &
|
||||||
|
\\ b_s := \text{HKDF}(256, \omega || R_0 || R_1,\text{"b-seed"})
|
||||||
|
\\ \alpha_0 := \text{HKDF}(256, b_s, \text{"a0"})
|
||||||
|
\\ \alpha_1 := \text{HKDF}(256, b_s, \text{"a1"})
|
||||||
|
\\ \beta_0 := \text{HKDF}(256, b_s, \text{"b0"})
|
||||||
|
\\ \beta_1 := \text{HKDF}(256, b_s, \text{"b1"})
|
||||||
|
\\ R'_0 := R_0 + \alpha_0 G + \beta_0 D_p & &
|
||||||
|
\\ R'_1 := R_1 + \alpha_1 G + \beta_1 D_p & &
|
||||||
|
\\ c'_0 := H(R'_0, C_p) & &
|
||||||
|
\\ c'_1 := H(R'_1, C_p) & &
|
||||||
|
\\ c_0 := c'_0 + \beta_0 \mod p & &
|
||||||
|
\\ c_1 := c'_1 + \beta_1 \mod p & &
|
||||||
|
\\
|
||||||
|
\\ & \textit{Continued in figure \ref{fig:withdrawal-process-schnorr-2}} &
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Withdrawal process using Clause Blind Schnorr Signatures part 1}
|
||||||
|
\label{fig:withdrawal-process-schnorr-1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{reserve keys } w_s, W_p & & \text{reserve public key } W_p
|
||||||
|
\\ \text{denomination public key } D_p & & \text{denomination keys } d_s, D_p
|
||||||
|
\\
|
||||||
|
\\ & \textit{Continuation of figure \ref{fig:withdrawal-process-schnorr-1}} &
|
||||||
|
\\
|
||||||
|
% sign with reserve sk
|
||||||
|
\\ \text{sign with reserve private key:} & &
|
||||||
|
\\ \rho_W := \langle n_w, D_p, c_0, c_1 \rangle & &
|
||||||
|
\\ \sigma_W := \text{Ed25519.Sign}(w_s, \rho_W) & &
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{W_p, \sigma_W, \rho_W} &
|
||||||
|
\\ & & \langle n_w, D_p, c_0, c_1 \rangle := \rho_W
|
||||||
|
% checks done by the exchange
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & \text{check } \text{Ed25519.Verify}(W_p, \rho_W, \sigma_W)
|
||||||
|
\\ & & b := \text{HKDF}(1,n_w || d_s, \text{"b"})
|
||||||
|
\\ & & s \leftarrow \text{GetWithdraw}(n_w, D_p)
|
||||||
|
\\ & & \textbf{if } s = \bot
|
||||||
|
\\ & & r_b := \text{HKDF}(256,n_w || d_s, \text{"r}b\text{"})
|
||||||
|
% sign coin
|
||||||
|
\\ & & s := r_b + c_b d_s \mod p
|
||||||
|
% the following db operations are atomic
|
||||||
|
\\ & & \text{decrease balance if sufficient and}
|
||||||
|
\\ & & \text{persist } \langle n_w, D_p, s \rangle
|
||||||
|
\\ & & \textbf{endif}
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{b,s} &
|
||||||
|
% verify signature
|
||||||
|
\\ \text{verify signature:}& &
|
||||||
|
\\ \textbf{check if } sG = R_b + c_b D_p & &
|
||||||
|
% unblind signature
|
||||||
|
\\ \text{unblind:}& &
|
||||||
|
\\ s' := s + \alpha_b \mod p & &
|
||||||
|
\\ \text{verify signature:}& &
|
||||||
|
\\ \textbf{check if } s'G = R'_b + c'_b D_p & &
|
||||||
|
\\ \sigma_C := \langle R'_b, s' \rangle & &
|
||||||
|
\\ \text{resulting coin: } c_s, C_p, \sigma_C, D_p & &
|
||||||
|
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Withdrawal process using Clause Blind Schnorr Signatures part 2}
|
||||||
|
\label{fig:withdrawal-process-schnorr-2}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Deposit Protocol}
|
||||||
|
The deposit protocol remains unchanged, except for the verification of the coin signature.
|
||||||
|
To verify the signature, the exchange has to check if the following equation holds:
|
||||||
|
\begin{align*}
|
||||||
|
s'G & = R' + c' D_p
|
||||||
|
\\ &= R' + H(R', C_p) D_p
|
||||||
|
\end{align*}
|
||||||
|
$ s', R' $ together form the signature, $ D_p $ is the denomination public key and $ C_p $ is the coin public key.
|
||||||
|
|
||||||
|
Further details regarding the verification process can be found in section \ref{sec:blind-schnorr-sig}.
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Refresh Protocol}
|
||||||
|
The refresh protocol blindly signs the new derived coins.
|
||||||
|
The replacement of \gls{RSABS} with the Clause Blind Schnorr Signature Scheme (see \ref{sec:clause-blind-schnorr-sig}) makes the refresh protocol a bit more complex.
|
||||||
|
|
||||||
|
\subsubsection{RefreshDerive Schnorr}
|
||||||
|
The RefreshDerive protocol is described in figure \ref{fig:refresh-derive-schnorr}.
|
||||||
|
For this protocol, the main change is that more values need to be derived somehow.
|
||||||
|
These blinding factors are also derived from $x$.
|
||||||
|
Then the challenges $\overline{c_0}$ and $\overline{c_1}$ are generated as in the Clause Blind Schnorr Signature Scheme.
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\centering
|
||||||
|
\fbox{%
|
||||||
|
\procedure[codesize=\small]{$\text{RefreshDerive}(t, D_{p(t)}, C_p, R_0, R_1)$}{%
|
||||||
|
T := \text{Curve25519.GetPub}(t) \\
|
||||||
|
x := \textrm{ECDH-EC}(t, C_p) \\
|
||||||
|
c'_s := \text{HKDF}(256, x, \text{"c"}) \\
|
||||||
|
C_p' := \text{Ed25519.GetPub}(c'_s) \\
|
||||||
|
b_s := \text{HKDF}(256, x || R_0 || R_1,\text{"b-seed"}) \\
|
||||||
|
\alpha_0 := \text{HKDF}(256, b_s, \text{"a0"}) \\
|
||||||
|
\alpha_1 := \text{HKDF}(256, b_s, \text{"a1"}) \\
|
||||||
|
\beta_0 := \text{HKDF}(256, b_s, \text{"b0"}) \\
|
||||||
|
\beta_1 := \text{HKDF}(256, b_s, \text{"b1"}) \\
|
||||||
|
R'_0 = R_0 + \alpha_0 G + \beta_0 D_p \\
|
||||||
|
R'_1 = R_1 + \alpha_1 G + \beta_1 D_p \\
|
||||||
|
c'_0 = H(R'_0, C_p') \\
|
||||||
|
c'_1 = H(R'_1, C_p') \\
|
||||||
|
\overline{c_0} = c'_0 + \beta_0 \mod p \\
|
||||||
|
\overline{c_1} = c'_1 + \beta_1 \mod p \\
|
||||||
|
\pcreturn \langle T, c'_s, C_p', \overline{c_0}, \overline{c_1} \rangle
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\caption[RefreshDerive algorithm]{The RefreshDerive replaced with Schnorr blind signature details. As before the uses the seed $s$ on the dirty coin for generating the new coin.
|
||||||
|
The new coin needs to be signed later on with the denomination key.}
|
||||||
|
\label{fig:refresh-derive-schnorr}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsubsection{Refresh Protocol}
|
||||||
|
\label{sec:refresh-protocol}
|
||||||
|
In the commit phase (see figure \ref{fig:refresh-commit-part1}) there needs to be requested an $R_0$ and $R_1$ before deriving the new coins.
|
||||||
|
There now needs to be calculated two different commit hashes, one for $\overline{c_0}$ and one for $\overline{c_1}$.
|
||||||
|
The exchange needs to additionally generate a random $b \leftarrow \{0,1\}$ to choose a $\overline{c_b}$.
|
||||||
|
The reveal phase (see figure \ref{fig:refresh-commit-part2}) now is continued only with the chosen $\overline{c_b}$.
|
||||||
|
In the reveal phase, the RSA signing and unblinding is exchanged with Schnorr's blind signature counterparts.
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{denomination public key } D_p & & \text{old denomination keys } d_{s(0)} D_{p(0)}
|
||||||
|
\\ \text{coin}_0 = \langle D_{p(0)}, c_s^{(0)}, C_p^{(0)}, \sigma_c^{(0)} \rangle && \text{new denomination keys } d_s, D_P
|
||||||
|
% request r
|
||||||
|
\\ & &
|
||||||
|
\\ \omega := randombytes(32)
|
||||||
|
\\ \text{persist } \langle \omega, D_p \rangle
|
||||||
|
%\\ s_w := \text{HKDF}(256, c_s^{(0)},\text{"n"})
|
||||||
|
\\ n_r := \text{HKDF}(256, \omega,\text{"n"})
|
||||||
|
% sign with reserve sk
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{n_r, D_p} &
|
||||||
|
% generate R
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & r_0 := \text{HKDF}(256,n_r || d_s, \text{"r0"})
|
||||||
|
\\ & & r_1 := \text{HKDF}(256,n_r || d_s, \text{"r1"})
|
||||||
|
\\ & & R_0 := r_0G
|
||||||
|
\\ & & R_1 := r_1G
|
||||||
|
\\ & \xleftarrow[\rule{2cm}{0pt}]{R_0, R_1} &
|
||||||
|
% refresh request
|
||||||
|
\\ \textbf{for } i = 1, \dots, \kappa: % generate k derives
|
||||||
|
%\\ s_i \leftarrow \{0,1\}^{256} % seed generation
|
||||||
|
\\ t_i := \text{HKDF}(256, \omega || R_0 || R_1,\text{"t} i \text{"} ) % seed generation
|
||||||
|
\\ X_i := \text{RefreshDerive}(t_i, D_p, C_p^{(0)}, R_0, R_1)
|
||||||
|
\\ (T_i, c_s^{(i)}, C_p^{(i)}, \overline{c_0}, \overline{c_1}):= X_i
|
||||||
|
\\ \textbf{endfor}
|
||||||
|
\\ h_T := H(T_1, \dots, T_k)
|
||||||
|
\\ h_{\overline{c_0}} := H(\overline{c_{0_1}},\dots, \overline{c}_{0_k})
|
||||||
|
\\ h_{\overline{c_1}} := H(\overline{c_{1_1}},\dots, \overline{c}_{1_k})
|
||||||
|
\\ h_{\overline{c}} := H(h_{\overline{c_0}}, h_{\overline{c_1}})
|
||||||
|
\\ h_C := H(h_T, h_{\overline{c}})
|
||||||
|
\\ \rho_{RC} := \langle h_C, D_p, \text{ } D_{p(0)}, C_p^{(0)}, \sigma_C^{(0)} \rangle
|
||||||
|
\\ \sigma_{RC} := \text{Ed25519.Sign}(c_s^{(0)}, \rho_{RC})
|
||||||
|
\\ \text{Persist refresh-request}
|
||||||
|
\\ \langle \omega, R_0, R_1, \rho_{RC}, \sigma_{RC} \rangle
|
||||||
|
\\
|
||||||
|
\\ & \textit{Continued in figure \ref{fig:refresh-commit-part2}} &
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Refresh protocol (commit phase part 1) using Clause Blind Schnorr Signatures}
|
||||||
|
\label{fig:refresh-commit-part1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ & \textit{Continuation of}
|
||||||
|
\\ & \textit{figure \ref{fig:refresh-commit-part1}}
|
||||||
|
\\
|
||||||
|
\\ & \xrightarrow[\rule{2cm}{0pt}]{\rho_{RC}, \sigma_{RC}} &
|
||||||
|
% Exchange checks refresh request
|
||||||
|
\\ & & \langle h_C, D_p, D_{p(0)}, C_p^{(0)}, \sigma_C^{(0)} \rangle := \rho_{RC}
|
||||||
|
\\ & & \textbf{check} \text{ Ed25519.Verify}(C_p^{(0)}, \sigma_{RC}, \rho_{RC})
|
||||||
|
\\
|
||||||
|
\\ & & \gamma \leftarrow \text{GetOldRefresh}(\rho_{RC})
|
||||||
|
\\ & & \textbf{Comment: }\text{GetOldRefresh}(\rho_{RC} \mapsto
|
||||||
|
\\ & & \{\bot, \gamma \})
|
||||||
|
\\ & & \pcif \gamma = \bot
|
||||||
|
\\ & & v := \text{Denomination}(D_p)
|
||||||
|
\\ & & \textbf{check } \text{IsOverspending}(C_p^{(0)}, D_ {p(0)}, v)
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & \textbf{check } \text{Schnorr.Verify}(D_{p(0)}, C_p^{(0)}, \sigma_C^{(0)})
|
||||||
|
\\ & & \text{MarkFractionalSpend}(C_p^{(0)}, v)
|
||||||
|
\\ & & \gamma \leftarrow \{1, \dots, \kappa\}
|
||||||
|
\\ & & \text{Persist refresh-record } \langle \rho_{RC},\gamma \rangle
|
||||||
|
\\ & \xleftarrow[\rule{2cm}{0pt}]{\gamma} &
|
||||||
|
% Check challenge and send challenge response (reveal not selected msgs)
|
||||||
|
\\ \textbf{check } \text{IsConsistentChallenge}(\rho_{RC}, \gamma)
|
||||||
|
\\ \textbf{Comment: } \text{IsConsistentChallenge}\\(\rho_{RC}, \gamma) \mapsto \{ \bot,\top \}
|
||||||
|
\\
|
||||||
|
\\ \text{Persist refresh-challenge} \langle \rho_{RC}, \gamma \rangle
|
||||||
|
\\ S := \langle t_1, \dots, t_{\gamma-1}, t_{\gamma+1}, \dots,t_\kappa \rangle % all seeds without the gamma seed
|
||||||
|
\\ \rho_L := \langle C_p^{(0)}, D_p, T_{\gamma}, \overline{c_0}_\gamma, \overline{c_1}_\gamma, n_r \rangle
|
||||||
|
\\ \rho_{RR} := \langle \rho_L, S \rangle
|
||||||
|
\\ \sigma_{L} := \text{Ed25519.Sign}(c_s^{(0)}, \rho_{L})
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{\rho_{RR},\rho_L, \sigma_{L}} &
|
||||||
|
\\
|
||||||
|
\\ & \textit{Continued in} &
|
||||||
|
\\ & \textit{figure \ref{fig:refresh-reveal-part1}} &
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Refresh protocol (commit phase part 2) using Clause Blind Schnorr Signatures}
|
||||||
|
\label{fig:refresh-commit-part2}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ & \textit{Continuation of}
|
||||||
|
\\ & \textit{figure \ref{fig:refresh-commit-part2}}
|
||||||
|
\\
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{\rho_{RR},\rho_L, \sigma_{L}} &
|
||||||
|
% check revealed msgs and sign coin
|
||||||
|
\\ & & \langle C_p^{(0)}, D_p, T_{\gamma}, \overline{c_0}_\gamma, \overline{c_1}_\gamma, n_r \rangle := \rho_L
|
||||||
|
\\ & & \langle T'_\gamma, \overline{c_0}_\gamma, \overline{c_1}_\gamma, S \rangle := \rho_{RR}
|
||||||
|
\\ & & \langle t_1,\dots,t_{\gamma-1},t_{\gamma+1},\dots,t_\kappa \rangle := S
|
||||||
|
\\ & & \textbf{check } \text{Ed25519.Verify}(C_p^{(0)}, \sigma_L, \rho_L)
|
||||||
|
\\ & & b := \text{HKDF}(1,n_r || d_{s(i)}, \text{"b"})
|
||||||
|
\\ & & \textbf{for } i = 1,\dots, \gamma-1, \gamma+1,\dots, \kappa
|
||||||
|
\\ & & X_i := \text{RefreshDerive}(t_i, D_p, C_p^{(0)} \\ &&, R_0, R_1)
|
||||||
|
\\ & & \langle T_i, c_s^{(i)}, C_p^{(i)}, \overline{c_1}_i, \overline{c_2}_i \rangle := X_i
|
||||||
|
\\ & & \textbf{endfor}
|
||||||
|
\\ & & h_T' = H(T_1,\dots,T_{\gamma-1},T'_{\gamma},T_{\gamma+1},\dots,T_\kappa)
|
||||||
|
\\ & & h_{\overline{c_0}}' := H(\overline{c_{0_1}},\dots, \overline{c}_{0_k})
|
||||||
|
\\ & & h_{\overline{c_1}}' := H(\overline{c_{1_1}},\dots, \overline{c}_{1_k})
|
||||||
|
\\ & & h_{\overline{c}}' := H(h_{\overline{c_0}}, h_{\overline{c_1}})
|
||||||
|
\\ & & h_C' = H(h_T', h_{\overline{c}}')
|
||||||
|
\\ & & \textbf{check } h_C = h_C'
|
||||||
|
\\ & & r_b := \text{HKDF}(256,n_r || d_s, \text{"r}b\text{"})
|
||||||
|
\\ & & \overline{s}_{C_p}^{(\gamma)} = r_b + \overline{c_{b_\gamma}} d_s \mod p
|
||||||
|
\\ & & \text{persist } \langle \rho_L, \sigma_L \rangle
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{b, \overline{s}_C^{(\gamma)}} &
|
||||||
|
% Check coin signature and persist coin
|
||||||
|
% unblind signature
|
||||||
|
\\ \text{unblind:}& &
|
||||||
|
\\ s_C'^{(\gamma)} := \overline{s}_C^{(\gamma)} + \alpha_b \mod p & &
|
||||||
|
\\ \text{verify signature:}& &
|
||||||
|
\\ \textbf{check if } \overline{s'}_C^{(\gamma)}G \equiv R'_b + \overline{c'_0}_\gamma D_p & &
|
||||||
|
\\ \sigma_C^{(\gamma)} := \langle s_{C}'^{(\gamma)},R_b' \rangle
|
||||||
|
\\ \text{Persist coin} \langle D_p, c_s^{(\gamma)}, C_p^{(\gamma)}, \sigma_C^{(\gamma)} \rangle
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Refresh protocol (reveal phase) using Clause Blind Schnorr Signatures}
|
||||||
|
\label{fig:refresh-reveal-part1}
|
||||||
|
\end{figure}
|
||||||
|
\newpage
|
||||||
|
\subsubsection{Linking Protocol}
|
||||||
|
\label{sec:refresh-link}
|
||||||
|
The beginning of the linking protocol (see figure \ref{fig:refresh-link}) is the same as in the current protocol.
|
||||||
|
After the customer received the answer $L$ the only difference is in obtaining the coin.
|
||||||
|
To re-obtain the derived coin, the same calculations as in \ref{fig:refresh-derive-schnorr} are made.
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{coin}_0 = \langle D_{p(0)}, c_s^{(0)}, C_p^{(0)}, \sigma_{C}^{(0)} \rangle
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{C_{p(0)}} &
|
||||||
|
\\ & & L := \text{LookupLink}(C_{p(0)})
|
||||||
|
\\ & & \textbf{Comment: } \text{LookupLink}(C_p^{(0)}) \mapsto
|
||||||
|
\\ & & \{\langle \rho_L^{(i)}, \sigma_L^{(i)}, \overline{\sigma}_C^{(i)}, b \rangle\}
|
||||||
|
%\\ & & \{\langle C_{p(0)}, D_{p(t)},\overline{\sigma}_C^{(i)}, b^{(i)}, R_b^{(i)}\rangle\}
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{L} &
|
||||||
|
\\ \textbf{for } \langle \rho_L^{(i)}, \overline{\sigma}_L^{(i)}, \overline{\sigma}_C^{(i)}, b \rangle\ \in L
|
||||||
|
|
||||||
|
%\\ & & \langle C_p^{(0)}, D_{p(t)}, T_{\gamma}, \overline{c_0}_\gamma, \overline{c_1}_\gamma, n_r \rangle := \rho_L
|
||||||
|
\\ \langle \hat{C}_p^{(i)}, D_p^{(i)}, T_\gamma^{(i)}, \overline{c_0}_\gamma^{(i)}, \overline{c_1}_\gamma^{(i)}, n_r \rangle := \rho_L^{(i)}
|
||||||
|
\\ \langle \overline{s}_C^{(i)}, R_b^{(i)} \rangle := \overline{\sigma}_C^{(i)}
|
||||||
|
\\ \textbf{check } \hat{C}_p^{(i)} \equiv C_p^{(0)}
|
||||||
|
\\ \textbf{check } \text{Ed25519.Verify}(C_p^{(0)}, \rho_{L}^{(i)}, \sigma_L^{(i)})
|
||||||
|
\\ \langle \overline{s}_C^{(i)}, R_b^{(i)} \rangle := \sigma_C^{(i)}
|
||||||
|
\\ x_i := \text{ECDH}(c_s^{(0)}, T_{\gamma}^{(i)})
|
||||||
|
\\ c_s^{(i)} := \text{HKDF}(256, x, \text{"c"})
|
||||||
|
\\ C_p^{(i)} := \text{Ed25519.GetPub}(c_s^{(i)})
|
||||||
|
\\ b_s^{(i)} := \text{HKDF}(256, x_i || R_0^{(i)} || R_1^{(i)},\text{"b-seed"})
|
||||||
|
\\ \alpha_b := \text{HKDF}(256, b_s^{(i)}, \text{"a}b\text{"})
|
||||||
|
\\ \beta_b := \text{HKDF}(256, b_s^{(i)}, \text{"b}b\text{"})
|
||||||
|
\\ {R'}_b^{(i)} = R_b^{(i)} + \alpha_b G + \beta_b D_p^{(i)}
|
||||||
|
\\ c'_b = H(R'_b, C_p^{(i)})
|
||||||
|
\\ c_b = c'_b + \beta_b \mod p
|
||||||
|
\\ s_C'^{(i)} := \overline{s}_C^{(i)} + \alpha_b \mod p
|
||||||
|
\\ \sigma_C^{(i)} := \langle s_C'^{(i)}, R_b' \rangle
|
||||||
|
\\ \textbf{check } s'{_C^{(i)}}G \equiv {R'}_b^{(i)} + c'_b D_p^{(i)}
|
||||||
|
\\ \text{(Re-)obtain coin} \langle D_p^{(i)},c_s^{(i)}, C_p^{(i)}, \sigma_C^{(i)} \rangle
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Linking protocol using Clause Blind Schnorr Signatures}
|
||||||
|
\label{fig:refresh-link}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Tipping}
|
||||||
|
Tipping remains unchanged, except for the content of the message $ \rho_W = D_p, c_0, c_1 $ signed by the merchant using its reserve private key.
|
||||||
|
|
||||||
|
\subsection{Payback Protocol}
|
||||||
|
The payback protocol distinguishes three different cases, which all depend on the state of a coin whose denomination key has been revoked.
|
||||||
|
The following listing outlines the necessary changes on the protocol, please refer to Dold's documentation section 2.2.1 \cite{dold:the-gnu-taler-system} for details regarding the different cases.
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{The revoked coin has never been seen by the exchange}:
|
||||||
|
\\The withdraw transcript (and verification) must be adjusted in order for the exchange to be able to retrace the blinding.
|
||||||
|
\item \textbf{The coin has been partially spent}:
|
||||||
|
\\In this case the refresh protocol will be invoked on the coin.
|
||||||
|
The necessary changes are outlined in \ref{sec:refresh-protocol}.
|
||||||
|
\item \textbf{The revoked coin has never been seen by the exchange and resulted from a refresh operation}:
|
||||||
|
\\The refresh protocol transcript and its blinding factors must be adjusted to consider the changes in the blind signature scheme.
|
||||||
|
\end{itemize}
|
790
doc/cs/content/4_2_specification.tex
Normal file
@ -0,0 +1,790 @@
|
|||||||
|
\chapter{Protocol Specification}
|
||||||
|
\label{chap:spec}
|
||||||
|
The proposed Taler protocols using the Clause Blind Schnorr Signature Scheme will be implemented as an additional option besides the existing \gls{RSABS} variant of the protocol as suggested by Christian Grothoff.
|
||||||
|
A Taler Exchange operator should be able to configure whether he wants to use \gls{RSABS} or \gls{CSBS}.
|
||||||
|
\\This variant allows to choose the signature scheme globally or per denomination.
|
||||||
|
Furthermore, it allows a change of signature scheme in a non-breaking way by revoking (or letting expire) a denomination and offering new denominations with the other scheme.
|
||||||
|
\\
|
||||||
|
The following key points are specified in this chapter:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Architecture of the different components
|
||||||
|
\item Explain and specify needed changes
|
||||||
|
\item Data strucutures
|
||||||
|
\item Public \acp{API}
|
||||||
|
\item Persistence
|
||||||
|
\item Used libraries
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\section{Architecture}
|
||||||
|
Before specifying the implementation of the different protocols, a deeper understanding of the technical architecture of Talers components is needed.
|
||||||
|
this section introduces the architecture of the exchange and wallet components and explains where the needed changes need to be implemented on a high-level.
|
||||||
|
|
||||||
|
\subsection{Exchange}
|
||||||
|
An introduction to the exchange can be found in section \ref{sec:exchange}.
|
||||||
|
An exchange operator needs to run and maintain some additional services besides Taler's exchange.
|
||||||
|
Although this is not directly relevant for the implementation, it helps to better understand the environment in which the exchange runs.
|
||||||
|
The perspective of an exchange operator can be seen in figure \ref{fig:taler:exchange-operator-architecture}.
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\begin{adjustbox}{max totalsize={.9\textwidth}{.7\textheight},center}
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\tikzstyle{def} = [node distance= 5em and 6.5em, inner sep=1em, outer sep=.3em];
|
||||||
|
\node (origin) at (0,0) {};
|
||||||
|
\node (exchange) [def,above=of origin,draw]{Exchange};
|
||||||
|
\node (nexus) [def, draw, below right=of exchange] {Nexus};
|
||||||
|
\node (corebanking) [def, draw, below left=of nexus] {Core Banking};
|
||||||
|
\node (nginx) [def, draw, above=of exchange]{Nginx};
|
||||||
|
\node (postgres) [def, draw, below left=of exchange]{Postgres};
|
||||||
|
\node (postgres-nexus) [def, draw, below right=of nexus]{Postgres};
|
||||||
|
|
||||||
|
\tikzstyle{C} = [color=black, line width=1pt]
|
||||||
|
|
||||||
|
\draw [<-, C] (exchange) -- (nginx) node [midway, above, sloped] (TextNode) {REST API};
|
||||||
|
\draw [<-, C] (postgres) -- (exchange) node [midway, above, sloped] (TextNode) {SQL};
|
||||||
|
\draw [<-, C] (postgres-nexus) -- (nexus) node [midway, above, sloped] (TextNode) {SQL};
|
||||||
|
\draw [<-, C] (nexus) -- (exchange) node [midway, above, sloped] (TextNode) {Internal REST API};
|
||||||
|
\draw [<-, C] (corebanking) -- (nexus) node [midway, above, sloped] (TextNode) {EBICS/FinTS};
|
||||||
|
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{adjustbox}
|
||||||
|
\caption{Taler exchange operator architecture (source: \cite{taler-presentation})}
|
||||||
|
\label{fig:taler:exchange-operator-architecture}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
The software architecture of the exchange can be seen in figure \ref{fig:taler:exchange-architecture}.
|
||||||
|
The API runs under the httpd service, where the API endpoints need to be adjusted/added to incorporate the changes of this thesis.
|
||||||
|
The httpd server has no access to the private keys of the denomination and online signing keys.
|
||||||
|
Only the corresponding security module can perform operations requiring the private key.
|
||||||
|
Further the keys are also managed by these security modules.
|
||||||
|
To support \gls{CSBS} a new security module, which performs signature operations, is added.
|
||||||
|
To persist the new data structures, the postgres helpers need to be adjusted to serialize/deserialize the new \gls{CSBS} data structures.
|
||||||
|
More details on what changes are needed in these places is discussed in the following sections.
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\tikzstyle{def} = [node distance=2em and 2.5em, inner sep=1em, outer sep=.3em];
|
||||||
|
\node (origin) at (0,0) {};
|
||||||
|
\node [blue] (httpd) [def,above=of origin,draw]{httpd};
|
||||||
|
\node (secmod-rsa) [def, draw, right=of httpd] {secmod-rsa};
|
||||||
|
\node (secmod-eddsa) [def, draw, left=of httpd] {secmod-eddsa};
|
||||||
|
\node [blue](postgres) [def, draw, below=of httpd]{Postgres};
|
||||||
|
\node [mGreen] (secmod-cs) [def, draw, left=of postgres]{secmod-cs};
|
||||||
|
\node (aggregator) [def, draw, right=of postgres]{aggregator};
|
||||||
|
\node (transfer) [def, draw, below left=of postgres]{transfer};
|
||||||
|
\node (wirewatch) [def, draw, below right=of postgres]{wirewatch};
|
||||||
|
\node (nexus) [def, draw, below=of postgres]{Nexus};
|
||||||
|
|
||||||
|
\tikzstyle{C} = [color=black, line width=1pt]
|
||||||
|
|
||||||
|
\draw [<->, C] (httpd) -- (postgres) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (httpd) -- (secmod-rsa) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (httpd) -- (secmod-eddsa) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (httpd) -- (secmod-cs) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (aggregator) -- (postgres) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (wirewatch) -- (postgres) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (transfer) -- (postgres) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [->, C] (transfer) -- (nexus) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<-, C] (wirewatch) -- (nexus) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\caption{Taler exchange architecture (source: \cite{taler-presentation})}
|
||||||
|
\label{fig:taler:exchange-architecture}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsection{Wallet}
|
||||||
|
The architecture of the wallet implementation (as seen in figure \ref{fig:taler:wallet-architecture}) is quite straightforward.
|
||||||
|
To add support for \gls{CSBS} in the wallet, the cryptographic routines need to be reimplemented in Typescript.
|
||||||
|
Taler uses tweetnacl \cite{bern:tweetnacl} which provides functionality for the group operations.
|
||||||
|
There are existing \gls{hkdf} and \gls{fdh} implementations, that can be reused.\\
|
||||||
|
Furthermore, the Taler protocols need to be adjusted to support \gls{CSBS} in the wallet-core.
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\tikzstyle{def} = [node distance= 5em and 4.5em, inner sep=1em, outer sep=.3em];
|
||||||
|
\node (origin) at (0,0) {};
|
||||||
|
\node (gui) [def,above=of origin,draw]{wallet-gui};
|
||||||
|
\node [blue](core) [def,below=of gui,draw]{wallet-core};
|
||||||
|
\node (sync) [def, draw, below left=of core] {Sync};
|
||||||
|
\node (taler) [def, draw, below right=of core] {Taler};
|
||||||
|
\node (anastasis) [def, draw, below=of core] {Anastasis};
|
||||||
|
|
||||||
|
\tikzstyle{C} = [color=black, line width=1pt]
|
||||||
|
\draw [<->, C] (gui) -- (core) node [midway, above, sloped] (TextNode) {};
|
||||||
|
\draw [<->, C] (core) -- (sync) node [midway, above, sloped] (TextNode) {Backup};
|
||||||
|
\draw [<->, C] (core) -- (taler) node [midway, above, sloped] (TextNode) {Payment};
|
||||||
|
\draw [<->, C] (core) -- (anastasis) node [midway, above, sloped] (TextNode) {Key Escrow};
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\caption{Taler wallet architecture (source: \cite{taler-presentation})}
|
||||||
|
\label{fig:taler:wallet-architecture}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\section{Persistence}
|
||||||
|
The Clause Blind Schnorr Signature scheme is quite different to \gls{RSABS}.
|
||||||
|
Despite the differences, the database model does not need to be changed.
|
||||||
|
The only change needed an additional type field, specifying whether RSA or CS is used as signature algorithm.
|
||||||
|
To persist the new structs introduced with the support for \gls{CSBS}, only the postgres helpers need to support serialization and deserialization of the new structs.
|
||||||
|
|
||||||
|
\section{Testing}
|
||||||
|
We will partially use test-driven development, meaning that we will write tests (at least for the known good case) before implementing functions, and extend them during and after development.
|
||||||
|
This allows us to check the functionality (code section, function(s)) during development, while being able to extend testing whenever we identify new test cases during development.
|
||||||
|
|
||||||
|
Test cases can be used to verify different aspects of a functionality.
|
||||||
|
These are the ones we will focus on.
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{Known good}:
|
||||||
|
Known good cases test whether a functionality works as expected.
|
||||||
|
They are the most useful during development, because they indicate whether the code is working as expected.
|
||||||
|
\item \textbf{Known Bad}:
|
||||||
|
Known bad cases test whether functionality that is known not to work behaves as expected.
|
||||||
|
\item \textbf{Determinism}:
|
||||||
|
This case type checks whether the same input leads to the same output.
|
||||||
|
It is important for code that must work deterministic (same output), non-deterministic (e.g. random output) or based on a state that impacts the functionality.
|
||||||
|
\item \textbf{Performance testing}:
|
||||||
|
Performance testing is used to gather timing information that can be used to identify functionality with long duration, or to compare performance between different implementations or major changes.
|
||||||
|
We will restrict performance testing to the comparison of the Blind RSA Signature Scheme and the Clause Blind Schnorr Signature Scheme.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Signature Scheme Operations in GNUnet}
|
||||||
|
\label{sec:specification-signature-scheme}
|
||||||
|
|
||||||
|
The signature scheme operations implemented are needed in all other parts of the implementation.
|
||||||
|
Taler's cryptographic primitives (e.g. \gls{RSABS}, \gls{hkdf}, hash functions) are mostly implemented in GNUnet utils, therefore the Clause Blind Schnorr Signature routines will be implemented in GNUnet too.
|
||||||
|
It is important to provide a clear API for the cryptographic routines and to test them thoroughly.
|
||||||
|
Libsodium will be used for finite field arithmetic (\cite{libsodium:finite-field-arithmetic}) and for other functionality when available (e.g. for key generation).
|
||||||
|
Thus, a widely used and well tested cryptographic library is used for group operations.
|
||||||
|
|
||||||
|
For \acl{FDH} and \gls{hkdf} existing implementations provided by GNUnet are used.
|
||||||
|
The \gls{hkdf} is used with SHA-512 for the extraction phase and SHA-256 for the expansion phase.
|
||||||
|
|
||||||
|
\subsection{Data Structures}
|
||||||
|
Libsodium represents Ed25519 points and scalars as 32-byte char arrays.
|
||||||
|
To provide a more user-friendly \ac{API}, structs were created to represent each type.
|
||||||
|
For example \texttt{struct GNUNET\_CRYPTO\_CsPrivateKey} or \texttt{struct GNUNET\_CRYPTO\_RSecret}
|
||||||
|
The main reason is to increase readability and to prevent misusage of the \ac{API}.
|
||||||
|
Unlike RSA, our \gls{CSBS} on Ed25519 data structures have a fixed sizes.
|
||||||
|
The different data structures can be found in table \ref{tab:datastruct-crypto}.
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.95\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Values} & \textbf{Data Structure} & \textbf{Data Type} \\\hline
|
||||||
|
Curve25519 Scalar & {\small GNUNET\_CRYPTO\_Cs25519Scalar} & 32 byte char array\\\hline
|
||||||
|
Curve25519 Point & {\small GNUNET\_CRYPTO\_Cs25519Point} & 32 byte char array\\\hline
|
||||||
|
Private Key & {\small GNUNET\_CRYPTO\_CsPrivateKey} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
Public Key & {\small GNUNET\_CRYPTO\_CsPublicKey} & {\small GNUNET\_CRYPTO\_Cs25519Point}\\\hline
|
||||||
|
$\alpha, \beta$ & {\small GNUNET\_CRYPTO\_CsBlindingSecret} & {\footnotesize 2x GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
$r$ & {\small GNUNET\_CRYPTO\_CsRSecret} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
$R$ & {\small GNUNET\_CRYPTO\_CsRPublic} & {\small GNUNET\_CRYPTO\_Cs25519Point}\\\hline
|
||||||
|
$c$ & {\small GNUNET\_CRYPTO\_CsC} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
$s$ & {\small GNUNET\_CRYPTO\_CsBlindS} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
$s'$ & {\small GNUNET\_CRYPTO\_CsS} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\\hline
|
||||||
|
$\sigma := \langle s',R' \rangle$ & {\small GNUNET\_CRYPTO\_CsSignature} & {\small GNUNET\_CRYPTO\_Cs25519Scalar}\\
|
||||||
|
& & {\small GNUNET\_CRYPTO\_Cs25519Point}\\\hline
|
||||||
|
Nonce & {\small GNUNET\_CRYPTO\_CsNonce} & 32 byte char array\\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Data structures for cryptographic routines}
|
||||||
|
\label{tab:datastruct-crypto}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Library API}
|
||||||
|
The public \ac{API} and related data structures are specified in the C header file \url{src/include/gnunet_crypto_lib.h} in the GNUnet repository \cite{gnunet-git}.
|
||||||
|
It was developed in multiple iterations based on feedback from Christian Grothoff.
|
||||||
|
The complete C header \ac{API} can be found in the repository.
|
||||||
|
This section provides an overview of the implemented crypto API.
|
||||||
|
|
||||||
|
Some design decisions need to be explained further:
|
||||||
|
\begin{itemize}
|
||||||
|
\item In order to prevent misusage of our implementation and increase readability, the functions that represent different stages in the signature scheme takes different data types as in- and output.
|
||||||
|
Internally most variables are either scalars or curve points (except for nonces, secrets and messages).
|
||||||
|
\item Operations that are performed twice in the Clause Blind Schnorr Signature Scheme (e.g. derivation of $ r $) do not have to be called twice.
|
||||||
|
Instead, the API returns an array of two instead of a single value.\\
|
||||||
|
For these functions, we also optimized the \gls{hkdf} (as proposed by Christian Grothoff).
|
||||||
|
Instead of calling \gls{hkdf} twice (with different salts, e.g. "r0" and "r1"), we call it one time (e.g. with salt "r") and double the output length.
|
||||||
|
\item The cryptographic hash function used to derive $ c' $ (hash of $ R' $ and message) must map the results into the main subgroup for scalars, meaning that it has to be a \gls{fdh} (see \ref{sec:rsa-fdh}).
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The following API examples should provide an overview on how the API works and how to use it.
|
||||||
|
|
||||||
|
First of all the API must provide functionality to create a \gls{25519} keypair as in listing \ref{lst:crypto-keypair-api}
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet create keypair API}, label={lst:crypto-keypair-api}]
|
||||||
|
/**
|
||||||
|
* Create a new random private key.
|
||||||
|
*
|
||||||
|
* @param[out] priv where to write the fresh private key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_private_key_generate (
|
||||||
|
struct GNUNET_CRYPTO_CsPrivateKey *priv);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extract the public key of the given private key.
|
||||||
|
*
|
||||||
|
* @param priv the private key
|
||||||
|
* @param[out] pub where to write the public key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_private_key_get_public (
|
||||||
|
const struct GNUNET_CRYPTO_CsPrivateKey *priv,
|
||||||
|
struct GNUNET_CRYPTO_CsPublicKey *pub);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The signer needs an API to generate his secret $r$ and calculate his public point $R$.
|
||||||
|
As specified in the redesign of the protocols, the r must not be chosen randomly because we need to provide \textit{\gls{abort-idempotency}}. However, the secret $r$ still needs to be \textit{unpredictable} and look random to the client.
|
||||||
|
The r\_derive API derives such a secret $r$ from a nonce and a long-term secret with \gls{hkdf}.
|
||||||
|
Further, the API ensures that a caller must generate two secret $r$ as in the Clause Blind Schnorr Signature scheme. This should discourage people from using the unsecure Blind Schnorr Signature scheme. See \ref{lst:crypto-rderive-api}.
|
||||||
|
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet r derive API}, label={lst:crypto-rderive-api}]
|
||||||
|
/**
|
||||||
|
* Derive a new secret r pair r0 and r1.
|
||||||
|
* In original papers r is generated randomly
|
||||||
|
* To provide abort-idempotency, r needs to be derived but still needs to be UNPREDICTABLE
|
||||||
|
* To ensure unpredictability a new nonce should be used when a new r needs to be derived.
|
||||||
|
* Uses HKDF internally.
|
||||||
|
* Comment: Can be done in one HKDF shot and split output.
|
||||||
|
*
|
||||||
|
* @param nonce is a random nonce
|
||||||
|
* @param lts is a long-term-secret in form of a private key
|
||||||
|
* @param[out] r array containing derived secrets r0 and r1
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_r_derive (const struct GNUNET_CRYPTO_CsNonce *nonce,
|
||||||
|
const struct GNUNET_CRYPTO_CsPrivateKey *lts,
|
||||||
|
struct GNUNET_CRYPTO_CsRSecret r[2]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extract the public R of the given secret r.
|
||||||
|
*
|
||||||
|
* @param r_priv the private key
|
||||||
|
* @param[out] r_pub where to write the public key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_r_get_public (const struct GNUNET_CRYPTO_CsRSecret *r_priv,
|
||||||
|
struct GNUNET_CRYPTO_CsRPublic *r_pub);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
|
||||||
|
Same as the r\_derive, the blinding secrets are also derived and not generated randomly.
|
||||||
|
The blinding secrets are generated by a client who provides a secret as seed to derive the secrets from as in listing \ref{lst:crypto-blinding-secrets-api}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet blinding secrets derive API}, label={lst:crypto-blinding-secrets-api}]
|
||||||
|
/**
|
||||||
|
* Derives new random blinding factors.
|
||||||
|
* In original papers blinding factors are generated randomly
|
||||||
|
* To provide abort-idempotency, blinding factors need to be derived but still need to be UNPREDICTABLE
|
||||||
|
* To ensure unpredictability a new nonce has to be used.
|
||||||
|
* Uses HKDF internally
|
||||||
|
*
|
||||||
|
* @param secret is secret to derive blinding factors
|
||||||
|
* @param secret_len secret length
|
||||||
|
* @param[out] bs array containing the two derivedGNUNET_CRYPTO_CsBlindingSecret
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_blinding_secrets_derive (
|
||||||
|
const struct GNUNET_CRYPTO_CsNonce *blind_seed,
|
||||||
|
struct GNUNET_CRYPTO_CsBlindingSecret bs[2]);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
Further the Clause Blind Schnorr API provides an API to calculate the two blinded c of the message with the two public $R$, the blinding factors and the public key as in listing \ref{lst:crypto-calc-c-api}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet calculate blinded c API}, label={lst:crypto-calc-c-api}]
|
||||||
|
/**
|
||||||
|
* Calculate two blinded c's
|
||||||
|
* Comment: One would be insecure due to Wagner's algorithm solving ROS
|
||||||
|
*
|
||||||
|
* @param bs array of the two blinding factor structs each containing alpha and beta
|
||||||
|
* @param r_pub array of the two signer's nonce R
|
||||||
|
* @param pub the public key of the signer
|
||||||
|
* @param msg the message to blind in preparation for signing
|
||||||
|
* @param msg_len length of message msg
|
||||||
|
* @param[out] blinded_c array of the two blinded c's
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_calc_blinded_c (
|
||||||
|
const struct GNUNET_CRYPTO_CsBlindingSecret bs[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsRPublic r_pub[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsPublicKey *pub,
|
||||||
|
const void *msg,
|
||||||
|
size_t msg_len,
|
||||||
|
struct GNUNET_CRYPTO_CsC blinded_c[2]);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The sign function in our API is called sign\_derive, since we derive $b \in \{0,1\}$ from the long-term secret and then calculate the signature scalar of $c_b$.
|
||||||
|
See listing \ref{lst:crypto-sign-api}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet sign API}, label={lst:crypto-sign-api}]
|
||||||
|
/**
|
||||||
|
* Sign a blinded c
|
||||||
|
* This function derives b from a nonce and a longterm secret
|
||||||
|
* In original papers b is generated randomly
|
||||||
|
* To provide abort-idempotency, b needs to be derived but still need to be UNPREDICTABLE.
|
||||||
|
* To ensure unpredictability a new nonce has to be used for every signature
|
||||||
|
* HKDF is used internally for derivation
|
||||||
|
* r0 and r1 can be derived prior by using GNUNET_CRYPTO_cs_r_derive
|
||||||
|
*
|
||||||
|
* @param priv private key to use for the signing and as LTS in HKDF
|
||||||
|
* @param r array of the two secret nonce from the signer
|
||||||
|
* @param c array of the two blinded c to sign c_b
|
||||||
|
* @param nonce is a random nonce
|
||||||
|
* @param[out] blinded_signature_scalar where to write the signature
|
||||||
|
* @return 0 or 1 for b (see Clause Blind Signature Scheme)
|
||||||
|
*/
|
||||||
|
int
|
||||||
|
GNUNET_CRYPTO_cs_sign_derive(
|
||||||
|
const struct GNUNET_CRYPTO_CsPrivateKey *priv,
|
||||||
|
const struct GNUNET_CRYPTO_CsRSecret r[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsC c[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsNonce *nonce,
|
||||||
|
struct GNUNET_CRYPTO_CsBlindS *blinded_signature_scalar);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The API for the unblind operation can be called with the blinding secrets and the signature scalar received from the signer as in listing \ref{lst:crypto-unblind-api}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={GNUnet unblind API}, label={lst:crypto-unblind-api}]
|
||||||
|
/**
|
||||||
|
* Unblind a blind-signed signature using a c that was blinded
|
||||||
|
*
|
||||||
|
* @param blinded_signature_scalar the signature made on the blinded c
|
||||||
|
* @param bs the blinding factors used in the blinding
|
||||||
|
* @param[out] signature_scalar where to write the unblinded signature
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_unblind (
|
||||||
|
const struct GNUNET_CRYPTO_CsBlindS *blinded_signature_scalar,
|
||||||
|
const struct GNUNET_CRYPTO_CsBlindingSecret *bs,
|
||||||
|
struct GNUNET_CRYPTO_CsS *signature_scalar);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The verify API takes the message and its signature with the public key and returns GNUNET\_OK for a valid signature and GNUNET\_SYSERR otherwhise.
|
||||||
|
See listing \ref{lst:crypto-verify-api}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C,, caption={GNUnet verify API}, label={lst:crypto-verify-api}]
|
||||||
|
/**
|
||||||
|
* Verify whether the given message corresponds to the given signature and the
|
||||||
|
* signature is valid with respect to the given public key.
|
||||||
|
*
|
||||||
|
* @param sig signature that is being validated
|
||||||
|
* @param pub public key of the signer
|
||||||
|
* @param msg is the message that should be signed by @a sig (message is used to calculate c)
|
||||||
|
* @param msg_len is the message length
|
||||||
|
* @returns #GNUNET_YES on success, #GNUNET_SYSERR if signature invalid
|
||||||
|
*/
|
||||||
|
enum GNUNET_GenericReturnValue
|
||||||
|
GNUNET_CRYPTO_cs_verify (const struct GNUNET_CRYPTO_CsSignature *sig,
|
||||||
|
const struct GNUNET_CRYPTO_CsPublicKey *pub,
|
||||||
|
const void *msg,
|
||||||
|
size_t msg_len);
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
\subsection{Testing}
|
||||||
|
For digital signature schemes, the most important test case is the \textit{known good} case where a signature is created and successfully validated.
|
||||||
|
This test case already tests very much in a digital signature scheme.
|
||||||
|
When the signature creation or verification has a bug, a test will not succeed, because the mathematic operations need to be correct to be validated correctly.
|
||||||
|
|
||||||
|
The cryptographic operations are further tested for deterministicy (where it applies), meaning that multiple function calls with the same input must lead to the same output.
|
||||||
|
|
||||||
|
Since libsodium is used for the finite field arithmetic operations and is a well tested library, many cryptographic tests are already done in libsodium.
|
||||||
|
|
||||||
|
The performance is measured in a benchmark to see how performant \gls{CSBS} are in comparison to the RSA Blind Signature Scheme.
|
||||||
|
|
||||||
|
\section{Taler Cryptographic Utilities}
|
||||||
|
Taler provides utility functions to support cryptographic operations.\\
|
||||||
|
This chapter provides an overview of these utility functions and about the functionality they provide.
|
||||||
|
|
||||||
|
\subsection{Planchet Creation}
|
||||||
|
In crypto.c many utility functions are provided to create planchets (for planchet details see \ref{fig:coin:states}), blinding secrets and much more.
|
||||||
|
One difference between \gls{RSABS} and \gls{CSBS} is, that the coin private key and RSA blinding secret can be created at the same point in time, since the RSA blinding secret is created randomly.
|
||||||
|
However, for Clause Blind Schnorr secrets an additional step is needed, the public $R_0$ and $R_1$ are required to calculate the blinding seed to derive the secrets.
|
||||||
|
|
||||||
|
A planchet in the Clause Blind Schnorr Signature Scheme can be created as followed (implementation details ommited).
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Create planchet with new \ac{EdDSA} private key
|
||||||
|
\item Derive withdraw nonce
|
||||||
|
\item Request public $R_0, R_1$ from signer
|
||||||
|
\item Derive blinding seed
|
||||||
|
\item Prepare (blind) the planchet
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
After the planchet is created, it is sent to the exchange to be signed.
|
||||||
|
|
||||||
|
\subsection{Taler CS Security Module}
|
||||||
|
The exchange segregates access to the private keys with separate security module processes.
|
||||||
|
The security module has sole access to the private keys of the online signing keys and thus, only a security module can create signatures.
|
||||||
|
The different \textit{taler-exchange-secmod} processes (separated by signature scheme) are managing the exchanges online signing keys. The RSA denomination keys for example are managed with \textit{taler-exchange-secmod-rsa}.
|
||||||
|
|
||||||
|
Now a new \textit{taler-exchange-secmod-cs} needs to be created for managing the \gls{CSBS} denomination keys.
|
||||||
|
These security modules run on the same machine as the httpd process and they use UNIX Domain Sockets as method for \acl{IPC}.
|
||||||
|
A short introduction about UNIX Domain Sockets can be found in the blog post \cite{matt:unix-domain-sockets}.
|
||||||
|
Furthermore, the security modules are used to protect the online signing keys by performing the actual signing operations in the dedicated taler-secmod-cs process.
|
||||||
|
This abstraction makes it harder for an attacker who has already compromised the http daemon to gain access to the private keys.
|
||||||
|
However, such an attacker would still be able to sign arbitrary messages (see \cite{taler-documentation:exchange-operator-manual}).
|
||||||
|
A crypto helper exists for each security module, these functions can be called inside the exchange for operations requiring the private online signing keys.
|
||||||
|
The new Clause Schnorr security module and corresponding crypto helper provides the following functionality:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Private Key Management and creation
|
||||||
|
\item Request public $R_0, R_1$
|
||||||
|
\item Request a signature of a $c_0,c_1$ pair
|
||||||
|
\item Revoke an online signing key
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\subsection{Testing}
|
||||||
|
All of the operations have tests and are included in unit tests.
|
||||||
|
As a template for testing, the existing RSA tests were used and adjusted for \gls{CSBS}.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Denomination Key Management}
|
||||||
|
Since we introduce a type of denomination keys, related operations like connection to the \gls{CSBS} security module, making the denominations available for customers, persisting them in the database and offline signing using the exchange's offline signature key have to be extended to incorporate the \acl{CS}.
|
||||||
|
|
||||||
|
The exchange offline signer requests the future, not yet signed keys by calling GET \url{/management/keys} as described in table \ref{tab:management-keys-get}. \\\\
|
||||||
|
\framebox[1.1\width]{\color{blue}\texttt{GET /management/keys}}
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.9\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{ll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Value} \\
|
||||||
|
future\_denoms & Information about denomination keys \\
|
||||||
|
future\_signkeys & Information about exchange online signing keys \\
|
||||||
|
master\_pub & Exchange's master public key \\
|
||||||
|
denom\_secmod\_public\_key & RSA security module public key \\
|
||||||
|
denom\_secmod\_cs\_public\_key & \gls{CSBS} security module public key \\
|
||||||
|
signkey\_secmod\_public\_key & Online singing security module public key \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{GET \url{/management/keys} response data}
|
||||||
|
\label{tab:management-keys-get}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
It then signs the keys and returns them using POST on the same \ac{URL} with the data described in table \ref{tab:management-keys-post}. \\\\
|
||||||
|
\framebox[1.1\width]{\color{blue}\texttt{POST /management/keys}}
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{ll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Value} \\
|
||||||
|
denom\_sigs & Denomination key signatures \\
|
||||||
|
signkey\_sigs & Online signing key signatures \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{POST \url{/management/keys} response data}
|
||||||
|
\label{tab:management-keys-post}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
Wallets can then call GET \url{/keys} to obtain the current denominations and other information, the response is described in table \ref{tab:keys-get}. \\\\
|
||||||
|
\framebox[1.1\width]{\color{blue}\texttt{GET /keys}}
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{ll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Value} \\
|
||||||
|
version & Exchange's protocol version \\
|
||||||
|
currency & Currency \\
|
||||||
|
master\_public\_key & Exchange's master public key \\
|
||||||
|
reserve\_closing\_delay & Delay before reserves are closed \\
|
||||||
|
signkeys & Exchange's online signing public keys \\
|
||||||
|
recoup & Revoked keys \\
|
||||||
|
denoms & List of denominations \\
|
||||||
|
auditors & Auditors for this exchange \\
|
||||||
|
list\_issue\_date & Timestamp \\
|
||||||
|
eddsa\_pub & Exchange's online signing public key \\
|
||||||
|
eddsa\_sig & Signature (use "eddsa\_pub" for verification) \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{GET \url{/keys} response data}
|
||||||
|
\label{tab:keys-get}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\section{New Endpoint for $R$}
|
||||||
|
The withdraw and refresh protocols using the Claude Blind Schnorr Signature Scheme introduce an additional round trip.
|
||||||
|
In this round trip, the customer requests two $ R $ from the exchange.
|
||||||
|
The exchange uses a secret $ r $ to calculate $ R := rG $.
|
||||||
|
\\
|
||||||
|
In contrast to the plain Clause Blind Schnorr Signature Scheme (see \ref{sec:clause-blind-schnorr-sig}), $ r $ isn't generated randomly but instead derived using a \gls{hkdf} with a nonce from the customer and a denomination private key (secret only known by the exchange).
|
||||||
|
This still ensures that the private $ r $ can't be anticipated, but has multiple advantages regarding \gls{abort-idempotency}.
|
||||||
|
\Gls{abort-idempotency} means that a withdraw or refresh operation can be aborted in any step and later tried again (using the same values) without yielding a different result.
|
||||||
|
The challenge for $ r, R $ regarding \gls{abort-idempotency} is to ensure that the same $ r $ is used during the complete signature creation process.
|
||||||
|
|
||||||
|
The only drawback of this process is that we have to ensure that the same nonce and secret aren't used for different withdraw- or refresh-operations.
|
||||||
|
This is done during signature creation and will be described in the withdraw protocol section \ref{sec:specification-withdraw}.
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Public APIs and Data Structures}
|
||||||
|
This is a new functionality, meaning a new endpoint accessible to customers has to be introduced.
|
||||||
|
It will be made available in the exchange HTTP server under \framebox[1.1\width]{\color{blue}\texttt{POST /csr}} and will take the input parameters described in table \ref{tab:csr-request-data} (as \ac{JSON}).
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.9\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
nonce & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
denom\_pub\_hash & String & Denomination Public Key encoded in Crockford base32 Hex \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{POST \url{/csr} request data}
|
||||||
|
\label{tab:csr-request-data}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
The exchange will then check the denomination and return one of these HTTP status codes:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{200 (HTTP\_OK)}: Request Successful
|
||||||
|
\item \textbf{400 (BAD\_REQUEST)}: Invalid input parameters
|
||||||
|
\item \textbf{404 (NOT\_FOUND)}: Denomination unknown or not Clause Schnorr
|
||||||
|
\item \textbf{410 (GONE)}: Denomination revoked/expired
|
||||||
|
\item \textbf{412 (PRECONDITION\_FAILED)}: Denomination not yet valid
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
When the request was successful, the exchange returns the data described in table \ref{tab:csr-response-data} (as \ac{JSON}).
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
r\_pub\_0 & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
r\_pub\_1 & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{POST \url{/csr} response data}
|
||||||
|
\label{tab:csr-response-data}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Persistence}
|
||||||
|
This API does not persist anything.
|
||||||
|
This is because the resulting $R_0, R_1$ are derived and can be derived in a later step.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Withdraw Protocol}
|
||||||
|
\label{sec:specification-withdraw}
|
||||||
|
The withdraw protocol has been introduced in section \ref{sec:withdrawal}.
|
||||||
|
For the \acl{CS} necessary adjustments are described in section \ref{sec:withdraw-protocol-schnorr}.
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Public APIs and Data Structures}
|
||||||
|
\label{sec:specification-withdraw-public-api}
|
||||||
|
The existing endpoint is available under \texttt{POST /reserves/[reserve]/withdraw} where "reserve" is the reserve public key encoded as Crockford base32.
|
||||||
|
It takes the following input parameters described in table \ref{tab:withdraw-request-data} as JSON.\\\\
|
||||||
|
\framebox[1.1\width]{\color{blue}\texttt{POST /reserves/[reserve]/withdraw}}
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{ll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Value} \\
|
||||||
|
denom\_pub\_hash & Denomination Public Key \\
|
||||||
|
coin\_ev & RSA blinded coin public key \\
|
||||||
|
reserve\_sig & Signature over the request using the reserve's private key \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Withdraw request data}
|
||||||
|
\label{tab:withdraw-request-data}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
In order to facilitate parsing, Christian Grothoff suggested to include the cipher type in the "coin\_ev" field, thus creating a nested \ac{JSON} (as described in table \ref{tab:withdraw-coin-ev-rsa}).
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 1 stands for RSA \\
|
||||||
|
rsa\_blinded\_planchet & String & RSA blinded coin public key \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Withdraw "coin\_ev" field (RSA)}
|
||||||
|
\label{tab:withdraw-coin-ev-rsa}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
For the Clause Schnorr implementation, the field "rsa\_blinded\_planchet" will be replaced with the necessary values as described in table \ref{tab:withdraw-coin-ev-cs}.
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.85\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 2 stands for \gls{CSBS} \\
|
||||||
|
cs\_nonce & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
cs\_blinded\_c0 & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
cs\_blinded\_c1 & String & 32 Bytes encoded in Crockford base32 Hex \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Withdraw "coin\_ev" field (\gls{CSBS})}
|
||||||
|
\label{tab:withdraw-coin-ev-cs}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
The exchange will then process the withdraw request and return one of these HTTP status codes:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textbf{200 (HTTP\_OK)}: Request Successful
|
||||||
|
\item \textbf{400 (BAD\_REQUEST)}: Invalid input parameters (can also happen if denomination cipher doesn't match with cipher in "coin\_ev")
|
||||||
|
\item \textbf{403 (FORBIDDEN)}: Signature contained in "reserve\_sig" invalid
|
||||||
|
\item \textbf{404 (NOT\_FOUND)}: Denomination unknown
|
||||||
|
\item \textbf{410 (GONE)}: Denomination revoked/expired
|
||||||
|
\item \textbf{412 (PRECONDITION\_FAILED)}: Denomination not yet valid
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
When the request was successful, the exchange returns the RSA signature as JSON (described in table \ref{tab:withdraw-response-rsa}).
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 1 stands for RSA \\
|
||||||
|
blinded\_rsa\_signature & String & RSA signature \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Withdraw response (RSA)}
|
||||||
|
\label{tab:withdraw-response-rsa}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
Table \ref{tab:withdraw-response-cs} describes the response for \gls{CSBS}.
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.85\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 2 stands for \gls{CSBS} \\
|
||||||
|
b & Integer & \gls{CSBS} signature session identifier (either 0 or 1) \\
|
||||||
|
s & String & signature scalar (32 Bytes encoded in Crockford base32 Hex) \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Withdraw response (\gls{CSBS})}
|
||||||
|
\label{tab:withdraw-response-cs}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Persistence}
|
||||||
|
Persistence for withdrawing is implemented in the function \texttt{postgres\_do\_withdraw} in \texttt{src/exchangedb/plugin\_exchangedb\_postgres.c}
|
||||||
|
For \gls{CSBS}, persisting the blinded signature must be implemented.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Deposit Protocol}
|
||||||
|
For the deposit protocol (described in section \ref{sec:deposit-protocol}) only the handling and verification of \gls{CSBS} signatures has to be added.
|
||||||
|
|
||||||
|
\subsection{Public APIs and Data Structures}
|
||||||
|
Deposit is an existing endpoint available under \texttt{POST /coins/[coin public key]/deposit} where "coin public key" is encoded as Crockford base32.
|
||||||
|
Additional parameters are passed as JSON (as described in table \ref{tab:spend-request}).\\\\
|
||||||
|
\framebox[1.1\width]{\color{blue}\texttt{POST /coins/[coin public key]/deposit}}
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{ll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Value} \\
|
||||||
|
% cipher & Denomination cipher: 2 stands for \gls{CSBS} \\
|
||||||
|
% b & \gls{CSBS} signature session identifier (either 0 or 1) \\
|
||||||
|
% s & signature scalar (32 Bytes encoded in Crockford base32 Hex) \\
|
||||||
|
merchant\_payto\_uri & Account that is credited \\
|
||||||
|
wire\_salt & Salt used by the merchant \\
|
||||||
|
contribution & Amount to use for payment (for one specific coin) \\
|
||||||
|
denom\_pub\_hash & Denomination public key hash \\
|
||||||
|
ub\_sig & (unblinded) denomination signature of coin \\
|
||||||
|
merchant\_pub & Merchant public key \\
|
||||||
|
h\_contract\_terms & Contract terms hash \\
|
||||||
|
coin\_sig & Deposit permission signature \\
|
||||||
|
timestamp & Timestamp of generation \\
|
||||||
|
refund\_deadline (optional) & Refund deadline \\
|
||||||
|
wire\_transfer\_deadline (optional) & Wire transfer deadline \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Spend request}
|
||||||
|
\label{tab:spend-request}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
Relevant field for the \gls{CSBS} implementation is the field "ub\_sig" containing the unblinded denomination signature of the coin.
|
||||||
|
For RSA, the (nested) \ac{JSON} is described in table \ref{tab:spend-request-ubsig-rsa}.
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 1 stands for RSA \\
|
||||||
|
rsa\_signature & String & Unblinded RSA signature \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{ub\_sig (RSA)}
|
||||||
|
\label{tab:spend-request-ubsig-rsa}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
Table \ref{tab:spend-request-ubsig-cs} describes the values in "ub\_sig" required for \gls{CSBS}.
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\resizebox{0.85\textwidth}{!}{\begin{minipage}{\textwidth}
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Field} & \textbf{Type} & \textbf{Value} \\
|
||||||
|
cipher & Integer & Denomination cipher: 2 stands for \gls{CSBS} \\
|
||||||
|
cs\_signature\_r & String & Curve point $ R' $ (32 Bytes encoded in Crockford base32 Hex) \\
|
||||||
|
cs\_signature\_s & String & Signature scalar (32 Bytes encoded in Crockford base32 Hex) \\
|
||||||
|
\end{tabular}
|
||||||
|
\caption{ub\_sig (\gls{CSBS})}
|
||||||
|
\label{tab:spend-request-ubsig-cs}
|
||||||
|
\end{minipage}}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Persistence}
|
||||||
|
Persistence is handled in the functions \texttt{postgres\_insert\_deposit} and\\ \texttt{postgres\_have\_deposit} located in \url{src/exchangedb/plugin_exchangedb_postgres.c}.
|
||||||
|
However, these functions are not containing \gls{CSBS}-specific persistence.
|
||||||
|
\\What needs to be adjusted however, is the function \texttt{postgres\_ensure\_coin\_known} called by the function \texttt{TEH\_make\_coin\_known} (located in \url{src/exchange/taler-exchange-httpd_db.c}).
|
||||||
|
|
||||||
|
|
||||||
|
% \section{Tipping}
|
||||||
|
% \subsection{Public APIs and Data Structures}
|
||||||
|
% \subsection{Code Location}
|
||||||
|
% \subsection{Persistence}
|
||||||
|
% \subsection{Used Libraries}
|
||||||
|
|
||||||
|
% \section{Payback Protocol}
|
||||||
|
% \subsection{Public APIs and Data Structures}
|
||||||
|
% \subsection{Code Location}
|
||||||
|
% \subsection{Persistence}
|
||||||
|
% \subsection{Used Libraries}
|
||||||
|
|
||||||
|
|
||||||
|
% sollte ein Product Backlog das Ziel dieser Phase sein?
|
333
doc/cs/content/4_3_implementation.tex
Normal file
@ -0,0 +1,333 @@
|
|||||||
|
\chapter{Implementation}
|
||||||
|
\label{chap:implement}
|
||||||
|
This chapter gives an overview on the implementation challenges and discusses special parts in the implementation.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Signature Scheme Operations}
|
||||||
|
The signature scheme operations are implemented in the GNUnet core repository \cite{gnunet-git} (and have been merged into the master branch).
|
||||||
|
This would allow other GNUnet projects to use our implementation of the Clause Blind Schnorr Signature Scheme.
|
||||||
|
|
||||||
|
The implementation is done in multiple locations:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{src/include/gnunet\_crypto\_lib.h}:
|
||||||
|
This header file is included when using GNUnet's cryptography implementation.
|
||||||
|
\item \texttt{src/util/crypto\_cs.c}:
|
||||||
|
The functions specified in \texttt{gnunet\_crypto\_lib.h} will be implemented here.
|
||||||
|
\item \texttt{src/util/test\_crypto\_cs.c}:
|
||||||
|
The test cases for the signature scheme will be implemented here.
|
||||||
|
\item \texttt{src/util/perf\_crypto\_cs.c}:
|
||||||
|
This file houses the implementation of a small program that will be used to compare the performance against the blind RSA Signature Scheme.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The specification explaining the \ac{API} can be found in section \ref{sec:specification-signature-scheme}. There are two internal functions that have to be explained further in this section.
|
||||||
|
|
||||||
|
The \texttt{map\_to\_scalar\_subgroup} function clamps scalars, which is necessary for values that are derived using a \gls{hkdf}.
|
||||||
|
It sets the three least significant bits to zero (making the scalar a multiple of 8), sets the most significant bit to zero and the second-most significant bit to one.
|
||||||
|
This process is further described in \cite{rfc7748} and \cite{madden:curve25519-clamping}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c, language=C, caption={Function map\_to\_scalar\_subgroup - Crypto API}, label={lst:map-to-scalar}]
|
||||||
|
static void
|
||||||
|
map_to_scalar_subgroup (struct GNUNET_CRYPTO_Cs25519Scalar *scalar)
|
||||||
|
{
|
||||||
|
scalar->d[0] &= 248;
|
||||||
|
scalar->d[31] &= 127;
|
||||||
|
scalar->d[31] |= 64;
|
||||||
|
}
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
Another important function is the \gls{fdh} (see \ref{sec:schnorr-sig}) used to map the message to a scalar.
|
||||||
|
GNUnet provides a \gls{fdh} function, which expects libgcrypt's multi precision format.
|
||||||
|
A conversion function is provided by GNUnet, which requires the data to be in big endian format.
|
||||||
|
Since libsodium uses a little endian representation, the conversion process must include endianness conversion.
|
||||||
|
The complete \gls{fdh} including the required conversions is implemented in the function described in listing \ref{lst:cs-fdh}.
|
||||||
|
\begin{lstlisting}[style=bfh-c, language=C, caption={Function cs\_full\_domain\_hash - Crypto API}, label={lst:cs-fdh}]
|
||||||
|
static void
|
||||||
|
cs_full_domain_hash (const struct GNUNET_CRYPTO_CsRPublic *r_dash,
|
||||||
|
const void *msg,
|
||||||
|
size_t msg_len,
|
||||||
|
const struct GNUNET_CRYPTO_CsPublicKey *pub,
|
||||||
|
struct GNUNET_CRYPTO_CsC *c)
|
||||||
|
{
|
||||||
|
...
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
Last but not least, the implementation has one notable performance improvement not mentioned in the redesigned protocols.
|
||||||
|
In various steps \gls{hkdf} is used multiple times in a row.
|
||||||
|
For example to derive the four blinding secrets $\alpha_0, \alpha_1, \beta_0, \beta_1$.
|
||||||
|
The derivation can be done in one \gls{hkdf} call with bigger output size, 128 bit in this case.
|
||||||
|
The output then can be split in four parts and then mapped to the ed25519 subgroup.
|
||||||
|
This can be done secure, because as explained in \autoref{sec:kdf} a \gls{hkdf} output is truly random.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Taler Cryptographic Utilities}
|
||||||
|
\begin{bfhNoteBox}
|
||||||
|
Implementation is done in Taler's exchange.
|
||||||
|
From here on the implementation can be found in the exchange git repository \cite{taler-git:exchange}.
|
||||||
|
\end{bfhNoteBox}
|
||||||
|
The cryptographic utilities of Taler can be found in \texttt{src/util}.
|
||||||
|
|
||||||
|
|
||||||
|
The implementation is done in various locations:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{src/include/taler\_crypto\_lib.h}: This header file is included when using Taler's cryptography implementation.
|
||||||
|
The different data structures and functionality are defined here.
|
||||||
|
\item \texttt{src/util/denom.c}: Implement denomination utility functions for \gls{CSBS} cases
|
||||||
|
\item \texttt{src/util/crypto.c}: Adjust all utility functions to support \gls{CSBS}.
|
||||||
|
crypto.c contains many cryptographic utility functions, for example to create planchets or blinding factors.
|
||||||
|
\item \texttt{src/util/test\_crypto.c}: Functionality tests for crypto.c and denom.c
|
||||||
|
\item \texttt{src/include/taler\_signatures.h}: In this header file message formats and signature constants are defined (not modified)
|
||||||
|
\item \texttt{src/util/secmod\_signatures.c}: Utility functions for Taler security module signatures
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The security module \texttt{taler-secmod-cs} is implemented here:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{src/util/taler-exchange-secmod-cs.c}: Standalone process to perform private key Clause Blind Schnorr signature operations.
|
||||||
|
\item \texttt{src/util/taler-exchange-secmod-cs.h}: Specification of \ac{IPC} messages for the CS secmod process
|
||||||
|
\item \texttt{src/util/taler-exchange-secmod-cs.conf}: Configuration file for the secmod process
|
||||||
|
\item \texttt{src/util/secmod\_common.c} and \texttt{src/util/secmod\_common.h}: Common functions for the exchange's security modules (not modified)
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The corresponding crypto helper, that talks with the security module, and its tests \& benchmarks are implemented here:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{src/util/crypto\_helper\_cs.c}: Utility functions to communicate with the security module
|
||||||
|
\item \texttt{src/util/crypto\_helper\_common.c}: and \texttt{crypto\_helper\_common.h}: Common functions for the exchange security modules (not modified)
|
||||||
|
\item \texttt{src/util/test\_helper\_cs.c}: Tests and benchmarks for the \gls{CSBS} crypto helper
|
||||||
|
\end{itemize}
|
||||||
|
% Crypto API offene Punkte:
|
||||||
|
%Input-Validierung von Punkten und Skalar
|
||||||
|
% Clamping beschreiben: https://neilmadden.blog/2020/05/28/whats-the-curve25519-clamping-all-about/
|
||||||
|
% Testing: inverse operations, blinded signature test
|
||||||
|
|
||||||
|
|
||||||
|
\section{Denomination Key Management}
|
||||||
|
For the implementation, the \gls{CSBS} security module had to be connected to the key handling and the \gls{CSBS} denominations had to be integrated:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_keys.h} and \\
|
||||||
|
\url{src/exchange/taler-exchange-httpd_keys.c}: Integrate \gls{CSBS} secmod and denomination key management
|
||||||
|
\item \url{src/exchange-tools/taler-exchange-offline.c}: Implement \gls{CSBS} case for offline signing of denomination keys
|
||||||
|
\item \url{src/include/taler_exchange_service.h}: \\
|
||||||
|
Add \gls{CSBS} secmod public key to struct\\TALER\_EXCHANGE\_FutureKeys
|
||||||
|
\item \url{src/json/json_helper.c}: Implement CS case in function parse\_denom\_pub (used in taler-exchange-offline.c)
|
||||||
|
\item \url{src/json/json_pack.c}: Implement \gls{CSBS} case in function TALER\_JSON\_pack\_denom\_pub (used in taler-exchange-httpd\_keys.c)
|
||||||
|
\item \url{src/pq/pq_query_helper.c}: Implement \gls{CSBS} case in function qconv\_denom\_pub
|
||||||
|
\item \url{src/pq/pq_result_helper.c}: Implement \gls{CSBS} case in function extract\_denom\_pub
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
In order for the tests to pass, the following changes had to be implemented:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/lib/exchange_api_management_get_keys.c}: Add denom\_secmod\_cs\_public\_key JSON parsing, implement \gls{CSBS} case \\in function TALER\_EXCHANGE\_ManagementGetKeysHandle
|
||||||
|
\item \url{src/testing/.gitignore}: Add paths where \gls{CSBS} keys are stored (secmod-helper)
|
||||||
|
\item \url{src/testing/test_auditor_api.conf}: Add section taler-exchange-secmod-cs
|
||||||
|
\item \url{src/testing/test_exchange_api_keys_cherry_picking.conf}: Add section taler-exchange-secmod-cs
|
||||||
|
\item \url{src/testing/testing_api_helpers_exchange.c}: Add \gls{CSBS} secmod start and stop logic
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
\section{New Endpoint for $R$}
|
||||||
|
The new endpoint is available in the exchange's HTTP server under \url{/csr}.
|
||||||
|
It parses and checks the input, passes the request for derivation of the two $ R $'s down to the \gls{CSBS} security module and returns them to the requestor.
|
||||||
|
The implementation can be found in:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd.c}:
|
||||||
|
Definition for the new endpoint, calls the function that handles \url{/csr} requests
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_responses.h} and \\
|
||||||
|
\url{src/exchange/taler-exchange-httpd_responses.c}: \\
|
||||||
|
Added function TEH\_RESPONSE\_reply\_invalid\_denom\_cipher\_for\_operation that indicates a failure when the endpoint is called for a non-\gls{CSBS} denomination
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_csr.h} and \\
|
||||||
|
\url{src/exchange/taler-exchange-httpd_csr.c}: \\
|
||||||
|
Implementation of the request handler for the new endpoint
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_keys.h} and \\
|
||||||
|
\url{src/exchange/taler-exchange-httpd_keys.c}: \\
|
||||||
|
Additional function TEH\_keys\_denomination\_cs\_r\_pub that passes down the request to derive the $ R $ to the taler-exchange-secmod-cs helper
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The tests that check the functionality of the procotols are defined in \url{src/testing/} and use code that calls the \ac{API} (located in \url{src/lib/}).
|
||||||
|
Since the new endpoint is used during withdrawing coins, testing for the \url{/csr} endpoint is integrated in these protocol tests.
|
||||||
|
Therefore, a call to the endpoint was implemented and later integrated into the calls to the withdraw-\ac{API}.
|
||||||
|
Code for calling the endpoint is located in these files:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/include/taler_exchange_service.h}: \\
|
||||||
|
Header describing functions and data structures used in withdraw and refresh testing:
|
||||||
|
\begin{itemize}
|
||||||
|
\item struct TALER\_EXCHANGE\_CsRHandle: Handle containing request information
|
||||||
|
\item struct TALER\_EXCHANGE\_CsRResponse: Response details
|
||||||
|
\item function TALER\_EXCHANGE\_CsRCallback: Callback function to deliver the results (used in withdraw and refresh)
|
||||||
|
\item function TALER\_EXCHANGE\_csr: Used to call endpoint
|
||||||
|
\item function TALER\_EXCHANGE\_csr\_cancel: Used to free dynamically allocated resources
|
||||||
|
\end{itemize}
|
||||||
|
\item \url{src/lib/exchange_api_csr.c}: Implementation of \url{/csr} request
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Withdraw Protocol}
|
||||||
|
\label{sec:withdraw-protocol-impl}
|
||||||
|
Since this is an existing endpoint, it was adjusted to support \gls{CSBS}.
|
||||||
|
Mainly, the in- and output-handling had to be adjusted as described in section \ref{sec:specification-withdraw-public-api}, additional cipher checks for the denomination were added and the \gls{CSBS} for persisting the request in the database was implemented.
|
||||||
|
\\\\
|
||||||
|
An interesting part of the implementation is the check whether a nonce was already used for this denomination or not (step: $s \leftarrow \text{GetWithdraw}(n_w, D_p)$).
|
||||||
|
This step ensures that the same signature will always be returned for a certain nonce.
|
||||||
|
Using the same nonce for the same denomination twice without this check would lead to the same random value $r$.
|
||||||
|
This is due to derivation of $r := \text{HKDF}(256,n_w || d_s, \text{"r"})$.
|
||||||
|
An attacker could then immediately recover the secret key by the following equation: $(h' - h) * x \mod q = s -s' \mod q$ \cite{tibouchi:attacks-schnorr-nonce}.
|
||||||
|
There are popular examples of this vulnerability in Sony Playstation 3's or Bitcoins ECDSA implementation \cite{buchanan:ps3-ecdsa-vuln} \cite{wang:bitcoin-ecdsa-vuln}.
|
||||||
|
More details on how such a vulnerability can be exploited can be found in one of the author's blog posts \cite{gian:nonce-sense}.\\
|
||||||
|
The designed Taler protocols using \gls{CSBS} are preventing this attack by checking the nonce and return the previously generated signature.
|
||||||
|
Additionally the denomination's public key is included in this check to prevent another issue explained in section \ref{sec:taler-vuln}.\\
|
||||||
|
The check is implemented by persisting a hash value over $n_w$ and $D_p$.
|
||||||
|
On every withdrawal \texttt{check\_request\_idempotent()} is called, which checks whether the persisted hash matches with the current $n_w, D_p$ pair.
|
||||||
|
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_withdraw.c}: Implementation of \gls{CSBS} case for withdraw endpoint
|
||||||
|
\item \url{src/exchange/taler-exchange-httpd_keys.c}: Implement \gls{CSBS} case in function \\
|
||||||
|
TEH\_keys\_denomination\_sign (passes the signature creation down to the crypto helpers)
|
||||||
|
\item \url{src/include/taler_json_lib.h} and \url{src/json/json_helper.c}: \\
|
||||||
|
Add function TALER\_JSON\_spec\_blinded\_planchet
|
||||||
|
\item \url{src/json/json_pack.c}: \\
|
||||||
|
Implement \gls{CSBS} case in function\\ TALER\_JSON\_pack\_blinded\_denom\_sig
|
||||||
|
\item \url{src/pq/pq_query_helper.c}: implement \gls{CSBS} case in functions qconv\_denom\_sig and qconv\_blinded\_denom\_sig
|
||||||
|
\item \url{src/pq/pq_result_helper.c}: Implement \gls{CSBS} case in function extract\_blinded\_denom\_sig
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
For testing, the \gls{CSBS}-related data structures and procedures as well as the request to the additional endpoint \url{/csr} (before performing the actual withdrawal) were integrated:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{src/testing/test_exchange_api.c}: Add additional tests for \gls{CSBS} withdraw
|
||||||
|
\item \url{src/include/taler_testing_lib.h}: Specification for functions \\
|
||||||
|
TALER\_TESTING\_cmd\_withdraw\_cs\_amount and \\
|
||||||
|
TALER\_TESTING\_cmd\_withdraw\_cs\_amount\_reuse\_key, add denomination cipher parameter to function TALER\_TESTING\_find\_pk
|
||||||
|
\item \url{src/testing/testing_api_cmd_withdraw.c}: add functions \\
|
||||||
|
TALER\_TESTING\_cmd\_withdraw\_cs\_amount and \\
|
||||||
|
TALER\_TESTING\_cmd\_withdraw\_cs\_amount\_reuse\_key, implement \gls{CSBS}-specific logic for withdraw
|
||||||
|
\item \url{src/testing/testing_api_helpers_exchange.c}:
|
||||||
|
add cipher parameter to function TALER\_TESTING\_find\_pk
|
||||||
|
\item \url{src/lib/exchange_api_withdraw.c}: Implement \gls{CSBS}-specific withdraw logic, integrate \url{/csr} request
|
||||||
|
\item \url{src/lib/exchange_api_withdraw2.c}: implement \gls{CSBS} case
|
||||||
|
\item \url{src/include/taler_json_lib.h} and \url{src/json/json_pack.c}: \\
|
||||||
|
Add function TALER\_JSON\_pack\_blinded\_planchet
|
||||||
|
\item \url{src/json/json_helper.c} implement \gls{CSBS} case in function parse\_blinded\_denom\_sig
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\section{Deposit Protocol}
|
||||||
|
For deposit, only few changes were necessary because some of the required functionality has already been added for the previously implemented protocols, and only the coin signature verification is \gls{CSBS}-specific in this protocol.
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{/src/exchange/taler-exchange-httpd_deposit.c}: Add check whether denomination cipher and denomination signature cipher are equal
|
||||||
|
\item \url{/src/json/json_helper.c}: Implement \gls{CSBS} case in function parse\_denom\_sig
|
||||||
|
\item \url{/src/pq/pq_result_helper.c}: Implement \gls{CSBS} case in function extract\_denom\_sig
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
Tests for deposit are implemented here:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \url{/src/testing/test_exchange_api.c}: Add tests (see "struct TALER\_TESTING\_Command\ spend\_cs[]") that spend \gls{CSBS} coins withdrawn in tests added for withdrawal
|
||||||
|
\item \url{/src/json/json_pack.c}: Implement \gls{CSBS} case in function TALER\_JSON\_pack\_denom\_sig
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\section{Fixing a Minor Security Issue in Taler's RSA Blind Signature Protocols}
|
||||||
|
\label{sec:taler-vuln}
|
||||||
|
While implementing the nonce check in the \gls{CSBS} protocol (see section \ref{sec:withdraw-protocol-impl}), a minor security issue in Taler's current RSA Blind Signature implementation was detected and fixed.
|
||||||
|
The issue was only in the implementation of the current RSA Blind Signature protocols, the fix for this scenario was already implemented in \gls{CSBS} since the beginning.
|
||||||
|
|
||||||
|
\subsection{Security Issue}
|
||||||
|
\label{sec:taler-vuln-desc}
|
||||||
|
|
||||||
|
The redesigned \gls{CSBS} protocols already include the denomination key in the nonce check, which fixes this issue (see \ref{sec:withdraw-protocol-schnorr}).
|
||||||
|
In the case of \gls{RSABS}, the current protocol includes an \gls{idempotence} check by persisting the hash value of the blinded coin $m'$.
|
||||||
|
On a withdrawal/refresh the \gls{idempotence} check compares if the hash value of $m'$ was seen in the past and returns the 'old' signature on a match.
|
||||||
|
This could lead to the following scenario:
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item A broken wallet withdraws a coin with denomination $D_{p_{(1)}}$.
|
||||||
|
\item The wallet sends a request to withdraw the same coin for denomination $D_{p_{(2)}}$.
|
||||||
|
\item The exchange returns the signature for the denomination $D_{p_{(1)}}$ due to the \gls{idempotence} check.
|
||||||
|
\item Since the exchange returned an invalid signature, the customer can file a complaint at the auditor.
|
||||||
|
\item The auditor then has to investigate why the exchange returned invalid signatures.
|
||||||
|
\item The auditor can disprove the complaint by querying the persisted hash used for the \gls{idempotence} check.
|
||||||
|
With the associated denomination public key that is also persisted, the auditor can successfully verify the signature and thus prove that the exchange operated honestly.
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
Including the denomination public key into the persisted hash for the \gls{idempotence} check solves this issue.
|
||||||
|
If a broken wallet now sends the same coin for more than one denomination, the exchange returns valid signatures in both cases.\\
|
||||||
|
While this is still an issue, this case is already handled nicely in Taler since this situation could also occur if a broken value tries to withdraw the same coin with two different blinding factors.
|
||||||
|
|
||||||
|
\subsection{Impact}
|
||||||
|
The impact of this security vulnerability is considered as very low.
|
||||||
|
An auditor investigating such an issue can simply retrace what happened by checking the persisted hash and associated denomination.
|
||||||
|
The impact of the issue is, that an auditor needs to investigate an issue, which can be prevented inside the protocol.
|
||||||
|
\\
|
||||||
|
In the previous section the client was considered a broken wallet.
|
||||||
|
While this could be done on purpose by malicious a customer, there is no real motivation for abusing this issue due the easy detection of an auditor.
|
||||||
|
|
||||||
|
|
||||||
|
\subsection{Fix}
|
||||||
|
Listing \ref{lst:rsa-idempotence} shows the code of calculating the hash for the idempotency check in the RSA case before it was fixed.
|
||||||
|
By trying to implement the \gls{CSBS} case, the question came up why the RSA case has not included the denomination key into the check.
|
||||||
|
After discussing this issue with Christian Grothoff, the conclusion was to include the denomination public key to prevent the discussed issue.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={Idempotency check on RSA}, label={lst:rsa-idempotence}]
|
||||||
|
enum GNUNET_GenericReturnValue
|
||||||
|
TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet,
|
||||||
|
struct TALER_BlindedCoinHash *bch)
|
||||||
|
{
|
||||||
|
switch (blinded_planchet->cipher)
|
||||||
|
{
|
||||||
|
case TALER_DENOMINATION_RSA:
|
||||||
|
GNUNET_CRYPTO_hash (
|
||||||
|
blinded_planchet->details.rsa_blinded_planchet.blinded_msg,
|
||||||
|
blinded_planchet->details.rsa_blinded_planchet.blinded_msg_size,
|
||||||
|
&bch->hash);
|
||||||
|
return GNUNET_OK;
|
||||||
|
case TALER_DENOMINATION_CS:
|
||||||
|
...
|
||||||
|
|
||||||
|
\end{lstlisting}
|
||||||
|
|
||||||
|
The issue is fixed by adding a hash of the current denomination key into the calculation of the hash used in the \gls{idempotence} check.
|
||||||
|
The applied fix can be seen in listing \ref{lst:fixed-idempotence}.
|
||||||
|
|
||||||
|
\begin{lstlisting}[style=bfh-c,language=C, caption={Fixed idempotency check}, label={lst:fixed-idempotence}]
|
||||||
|
enum GNUNET_GenericReturnValue
|
||||||
|
TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet,
|
||||||
|
const struct TALER_DenominationHash *denom_hash,
|
||||||
|
struct TALER_BlindedCoinHash *bch)
|
||||||
|
{
|
||||||
|
switch (blinded_planchet->cipher)
|
||||||
|
{
|
||||||
|
case TALER_DENOMINATION_RSA:
|
||||||
|
{
|
||||||
|
struct GNUNET_HashContext *hash_context;
|
||||||
|
hash_context = GNUNET_CRYPTO_hash_context_start ();
|
||||||
|
|
||||||
|
GNUNET_CRYPTO_hash_context_read (hash_context,
|
||||||
|
&denom_hash->hash,
|
||||||
|
sizeof(denom_hash->hash));
|
||||||
|
GNUNET_CRYPTO_hash_context_read (hash_context,
|
||||||
|
blinded_planchet->details.
|
||||||
|
rsa_blinded_planchet.blinded_msg,
|
||||||
|
blinded_planchet->details.
|
||||||
|
rsa_blinded_planchet.blinded_msg_size);
|
||||||
|
GNUNET_CRYPTO_hash_context_finish (hash_context,
|
||||||
|
&bch->hash);
|
||||||
|
return GNUNET_OK;
|
||||||
|
}
|
||||||
|
case TALER_DENOMINATION_CS:
|
||||||
|
{
|
||||||
|
struct GNUNET_HashContext *hash_context;
|
||||||
|
hash_context = GNUNET_CRYPTO_hash_context_start ();
|
||||||
|
|
||||||
|
GNUNET_CRYPTO_hash_context_read (hash_context,
|
||||||
|
&denom_hash->hash,
|
||||||
|
sizeof(denom_hash->hash));
|
||||||
|
GNUNET_CRYPTO_hash_context_read (hash_context,
|
||||||
|
&blinded_planchet->details.
|
||||||
|
cs_blinded_planchet.nonce,
|
||||||
|
sizeof (blinded_planchet->details.
|
||||||
|
cs_blinded_planchet.nonce));
|
||||||
|
GNUNET_CRYPTO_hash_context_finish (hash_context,
|
||||||
|
&bch->hash);
|
||||||
|
return GNUNET_OK;
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
GNUNET_break (0);
|
||||||
|
return GNUNET_SYSERR;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\end{lstlisting}
|
5
doc/cs/content/4_execution.tex
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
\input{content/4_1_design.tex}
|
||||||
|
|
||||||
|
\input{content/4_2_specification.tex}
|
||||||
|
|
||||||
|
\input{content/4_3_implementation.tex}
|
317
doc/cs/content/5_discussion.tex
Normal file
@ -0,0 +1,317 @@
|
|||||||
|
\chapter{Discussion}
|
||||||
|
\label{chap:disc}
|
||||||
|
This chapter analyses the \acl{CS} implementation and compares it to the existing implementation with \gls{RSABS}.
|
||||||
|
The comparison will include the schemes itself, performance comparisons and a discussion on the security assumptions.
|
||||||
|
For the performance comparison CPU usage, latency, bandwidth and storage space are compared.
|
||||||
|
|
||||||
|
\section{Cipher Agility}
|
||||||
|
One of the benefits of having another blind signature scheme in Taler is \textit{cipher agility}.
|
||||||
|
Cipher agility means that one scheme can substitute another, for example if one scheme gets compromised in the future.
|
||||||
|
|
||||||
|
Cipher agility is considered harmful in certain situations.
|
||||||
|
TLS 1.2 \cite{rfc5246} and IPSEC/IKEv2 \cite{rfc6071} are good examples on how dangerous cipher agility inside protocols can be.
|
||||||
|
There are many ways these protocols can be set up insecure.
|
||||||
|
\\\\
|
||||||
|
Taler's protocols are built around blind signature schemes.
|
||||||
|
Therefore it is crucial to have an additional secure blind signature scheme that works with all Taler protocols.
|
||||||
|
As described in section \ref{sec:blind-sign-schemes}, blind signature schemes can vary and may be complex to substitute.
|
||||||
|
The \gls{CSBS} implementation provides such an alternative and thus \textit{cipher agility}.
|
||||||
|
|
||||||
|
\section{Scheme Comparison}
|
||||||
|
\label{chap:disc-scheme-comp}
|
||||||
|
Both schemes are explained in the preliminaries chapter (\gls{RSABS} in section \ref{fig:rsa-fdh-blind-sign} and \gls{CSBS} in \ref{fig:clause-blind-schnorr-sign-scheme}).
|
||||||
|
\\
|
||||||
|
There are multiple differences worth mentioning.
|
||||||
|
The first difference is that Schnorr signatures are inherently randomized.
|
||||||
|
This is also where the additional step in Schnorr signatures comes from.
|
||||||
|
A random number is chosen by the signer for every signature. \\
|
||||||
|
In \gls{CSBS} two blinding secrets are used instead of one in \gls{RSABS}.
|
||||||
|
On top of that, \gls{CSBS} needs to do most computations for signature creation twice, due to the \ac{ROS} problem (see \ref{par:ros-problem}).
|
||||||
|
\\\\
|
||||||
|
\textit{\Gls{abort-idempotency}} is a very important property for Taler.
|
||||||
|
Ensuring \gls{abort-idempotency} with the \gls{CSBS} scheme is harder than it was with RSA, due to the many random elements in the scheme ($r_0, r_1, \alpha_0, \alpha_1, \beta_0, \beta_1, b$).
|
||||||
|
The reason that these values are chosen randomly is the need for \textit{unpredictability}.\\
|
||||||
|
In the protocols (see chapter \ref{chap:design}) \gls{hkdf} is extensively used to derive these values instead of randomly generating them.
|
||||||
|
That way, the values are still \textit{unpredictable} (due to \gls{hkdf} properties), but now the protocols also ensure \textit{\gls{abort-idempotency}}.
|
||||||
|
In comparison to the RSA Blind Signature scheme, this is a clever and elegant solution, but the protocol complexity is increased.
|
||||||
|
\\\\
|
||||||
|
One could now think that RSA would be much simpler to implement, since the scheme looks easier and more accessible for many.
|
||||||
|
This can go horribly wrong and many developers still underestimate implementing RSA.
|
||||||
|
There are a lot of attacks on RSA, some examples are listed on the famous tool RsaCtfTool \cite{ganapati:rsactftool}.
|
||||||
|
Ben Perez made a popular talk and blog post, about why one should stop using RSA and should preferably use libsodium and \ac{ECC} \cite{perez:stoprsa}.
|
||||||
|
Using \gls{RSABS} in Taler is still a reasonable and fine choice.
|
||||||
|
Taler uses libgcrypt, a well-known and tested library.
|
||||||
|
\\
|
||||||
|
To conclude, the \gls{CSBS} protocols might be more complex to understand than the RSA Blind Signature protocols.
|
||||||
|
One has to keep in mind that implementing RSA correctly is hard.
|
||||||
|
\\
|
||||||
|
Another difference worth mentioning is, that the \gls{CSBS} scheme does not need scheme specific configurations, whereas RSA needs a key size specified.
|
||||||
|
This is because the implemented \gls{CSBS} version only supports \gls{25519}.
|
||||||
|
\\\\
|
||||||
|
Furthermore, both schemes provide \textit{perfect blindness}, see paragraph \ref{par:prop-blindness-rsa} for RSA and paragraph \ref{par:prop-blindness-cs} for \gls{CSBS}.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Performance Comparison}
|
||||||
|
\label{sec:disc-perf-comp}
|
||||||
|
This section compares how the two schemes perform regarding CPU usage, latency, bandwidth and space.
|
||||||
|
Clause Schnorr has fixed key sizes with 256 bits (32 bytes), which we compare against different RSA key sizes (1024, 2048, 3072 and 4096 bits).
|
||||||
|
In terms of security, \gls{CSBS} 256 bit keys could be compared to 3072 bit RSA keys (see \url{https://www.keylength.com/} for more information).
|
||||||
|
|
||||||
|
\subsection{CPU Usage}
|
||||||
|
Various benchmarks were made on different CPU architectures.
|
||||||
|
This section discusses the main results, detailed information about the performance comparison can be found in appendix \ref{chap:app-perf}.
|
||||||
|
We thank the Taler team for providing measurements from additional systems and architectures.
|
||||||
|
|
||||||
|
Table \ref{tab:comp-cs-vs-rsa-3072} shows how \gls{CSBS} compares to RSA 3072.
|
||||||
|
RSA 3072 was chosen for comparison, since they both provide a comparable level of security.
|
||||||
|
Both provide about 128 bits of security, which means that roughly $2^{128}$ attempts in average are needed for a successful brute-force attack.\\
|
||||||
|
The table shows that \gls{CSBS} has better performance compared to RSA 3072 in all operations.
|
||||||
|
The biggest difference can be seen in the key generation.
|
||||||
|
In RSA, two random primes are needed, whereas \ac{DLP} algorithms like \gls{CSBS} only need to generate a random value.
|
||||||
|
Since key generation is done rarely compared to the other operations, the time needed for key generation does not matter that much.\\
|
||||||
|
Furthermore, the blinding in \gls{CSBS} is still faster than blinding in RSA, although in the \gls{CSBS} case the calculation is done twice. Also the derivation of $r_0,r_1$, the generation of $R_0,R_1$ and the derivation of $\alpha_0, \beta_0, \alpha_1, \beta_1$ is included in the measurement for the blinding operation of \gls{CSBS}.
|
||||||
|
Signing and blinding operations are much faster in \gls{CSBS}, also \gls{CSBS} signature verification is faster than RSA 3072.
|
||||||
|
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core AMD Ryzen 7 PRO 5850U \\
|
||||||
|
OS: Ubuntu 21.10 Linux 5.13.0-25-generic \#26-Ubuntu SMP Fri Jan 7 15:48:31 UTC 2022 x86\_64 x86\_64 x86\_64 GNU/Linux \\
|
||||||
|
libsodium version: 1.0.18-1build1 \\
|
||||||
|
libgcrypt version: 1.8.7-5ubuntu2 \\\\
|
||||||
|
Benchmarks with other hardware setups can be found in appendix \ref{chap:app-perf}.
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[h]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.204 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 2684 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x derive $R_0, R_1$ \& blinding & 3.870 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 5 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.077 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 86 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.001 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 24 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 1.358 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 3.075 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on CS vs. RSA 3072}
|
||||||
|
\label{tab:comp-cs-vs-rsa-3072}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
Table \ref{tab:comp-cs-vs-rsa-1024} shows a comparison between \gls{CSBS} and RSA 1024 bit.
|
||||||
|
RSA 1024 is in some situations faster than the \gls{CSBS} implementation.
|
||||||
|
Note that 1024 bit keys are not recommended for many use cases, but the highest currently known RSA factorization done is 829 bits \cite{enwiki:1055393696}.
|
||||||
|
The following section \ref{sec:disc-risk} explains the risk running RSA 1024 or \gls{CSBS} denominations further.\\
|
||||||
|
The blind and unblind operations are running in a wallet implementation, therefore the comparison with RSA 1024 is very interesting for devices with less CPU power.
|
||||||
|
Comparison of such hardware can be found in appendix \ref{chap:app-perf}, these comparison results come to the same conlcusion.\\
|
||||||
|
Although RSA 1024 bit is much faster in the blinding operation, \gls{CSBS} still perform better when calculating the blinding and unblinding operations together.
|
||||||
|
\gls{CSBS} unblinding computes only an addition of two scalars $s + \alpha \mod p$, while RSA computes $s * r^{-1}$.
|
||||||
|
To conclude, \gls{CSBS} are faster than RSA 1024 bit and provide a better level of security.
|
||||||
|
This can be especially useful for wallets running on devices with less CPU power.
|
||||||
|
The verification on RSA 1024 is faster than \gls{CSBS}.
|
||||||
|
Therefore, it has to be further investigated which algorithm would overall perform better for the exchange or merchants.
|
||||||
|
While RSA 1024 bit can compete in certain operations, \gls{CSBS} provide a better level of security and are still faster in most operations.
|
||||||
|
|
||||||
|
\begin{table}[h]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.204 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 126 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x derive $R_0, R_1$ \& blinding & 3.870 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 1.282 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.077 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 7 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.001 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 2.991 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 1.358 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 0.876 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on CS vs RSA 1024}
|
||||||
|
\label{tab:comp-cs-vs-rsa-1024}
|
||||||
|
\end{table}
|
||||||
|
\subsection{Disk Space}
|
||||||
|
\begin{bfhWarnBox}
|
||||||
|
These are theoretical calculations, implementations may choose to persist additional values.
|
||||||
|
\end{bfhWarnBox}
|
||||||
|
\gls{CSBS} save disk space due to the much smaller key sizes.
|
||||||
|
Even more disk space is saved by deriving values with the \gls{hkdf}, these values do not have to be stored.
|
||||||
|
\\
|
||||||
|
Table \ref{tab:comp-sign-space} shows the disk space comparison of signatures, the private keys alone need even less space with 256 bits per key.
|
||||||
|
\\
|
||||||
|
The wallet saves a lot of disk space by deriving most of the values.
|
||||||
|
In the \gls{CSBS} case a wallet must at least persist the private key $c_s$, $R_0, R_1, s', D_p$, each being 256 bits (32 bytes).
|
||||||
|
A wallet needs to persist 150 bytes per coin in total.
|
||||||
|
In the RSA Blind Signature case the wallet persists $c_s$, $b$, $\sigma_c$, $D_p$.
|
||||||
|
\\Note: for refreshed coins an additional 32 byte value is persisted as seed.\\
|
||||||
|
$c_s$ is still a 32 byte value in the RSA case, the other values depend on the RSA key size. (32 byte + 3 * \textit{rsa\_keysize}).
|
||||||
|
The disk space comparison for a wallet can be found in \ref{tab:comp-wallet-space}.
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lccr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Disk Space} & \textbf{Factor} & \textbf{Disk Space 1M signatures}\\\hline
|
||||||
|
CS & 512 bits & 1x & 64 MB\\\hline
|
||||||
|
RSA 1024 bit & 1024 bits & 2x & 128 MB \\\hline
|
||||||
|
RSA 2048 bit & 2048 bits & 4x & 256 MB\\\hline
|
||||||
|
RSA 3072 bit & 3072 bits & 6x & 384 MB\\\hline
|
||||||
|
RSA 4096 bit & 4096 bits & 8x & 512 MB\\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison disk space signatures}
|
||||||
|
\label{tab:comp-sign-space}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lccr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Disk Space} & \textbf{Factor} & \textbf{Disk Space 1M coins}\\\hline
|
||||||
|
CS 256 bits & 150 bytes & 1x & 150 MB\\\hline
|
||||||
|
RSA 1024 bit & 416 bytes & 2.7x & 416 MB \\\hline
|
||||||
|
RSA 2048 bit & 800 bits & 5.3x & 800 MB\\\hline
|
||||||
|
RSA 3072 bit & 1184 bits & 7.9x & 1184 MB\\\hline
|
||||||
|
RSA 4096 bit & 1568 bits & 10.4x & 1568 MB\\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison disk space wallet}
|
||||||
|
\label{tab:comp-wallet-space}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\subsection{Bandwidth}
|
||||||
|
\begin{bfhWarnBox}
|
||||||
|
These are theoretical calculations, implementations may choose to persist additional values.
|
||||||
|
\end{bfhWarnBox}
|
||||||
|
The reasons that \gls{CSBS} use less bandwidth is mostly because the signature/key sizes are much smaller.
|
||||||
|
The bandwith improvements for the \texttt{/keys} API is the same as specified in the table with disk space comparison \ref{tab:comp-sign-space}.
|
||||||
|
For \gls{CSBS} many calculations are performed twice, therefore also two values are submitted.
|
||||||
|
Table \ref{tab:comp-band-withd} compares the bandwidth used in a withdrawal.
|
||||||
|
The 32 byte values $2 * n_w, 2 * D_p, R_0, R_1, s,W_p, c_0, c_1, \sigma_W$ as well as an integer $b$ are transmitted for \gls{CSBS}.\\
|
||||||
|
For RSA, the values $D_p, m', \sigma'_c$ have the same size as the key size.
|
||||||
|
Additionally, the 32 byte values $W_p, \sigma_W$ are transmitted.
|
||||||
|
\\\\
|
||||||
|
In the refresh protocol the only difference is an additional hash ($h_{C_0}, h_{C_1}$ instead of only $h_C$) sent in the commit phase.
|
||||||
|
Depending on the hash size another 32 byte (or 64 byte) value is transmitted.
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lccr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Bandwith used} & \textbf{Factor} & \textbf{1M coins}\\\hline
|
||||||
|
CS 256 bits & 356 bytes & 1x & 324 MB\\\hline
|
||||||
|
RSA 1024 bit & 448 bytes & 1.3x & 448 MB \\\hline
|
||||||
|
RSA 2048 bit & 832 bits & 2.5x & 832 MB\\\hline
|
||||||
|
RSA 3072 bit & 1216 bits & 3.75x & 1216 MB\\\hline
|
||||||
|
RSA 4096 bit & 1600 bits & 4.9x & 1600 MB\\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Bandwith comparison withdrawal}
|
||||||
|
\label{tab:comp-band-withd}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\subsection{Latency}
|
||||||
|
This section the notion of \acl{RTT} (see \cite{geeks:rtt}) is used.
|
||||||
|
There are many factors that influence the measurement of a \acl{RTT}.
|
||||||
|
Following factors can bring huge changes in the value of \ac{RTT}s.
|
||||||
|
\begin{itemize}
|
||||||
|
\item Distance
|
||||||
|
\item Transmission medium
|
||||||
|
\item Network hops
|
||||||
|
\item Traffic levels
|
||||||
|
\item Server response time
|
||||||
|
\end{itemize}
|
||||||
|
All of these factors will vary in reality and are independent of the scheme.\\
|
||||||
|
The important comparison here is the number of \ac{RT}s as in table \ref{tab:comp-rtt}.
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lc}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Number of RTs} \\\hline
|
||||||
|
RSA Blind Signatures & 1\\\hline
|
||||||
|
Clause Blind Schnorr Signatures & 2\\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison of Round-Trips}
|
||||||
|
\label{tab:comp-rtt}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
While creating \gls{RSABS} have one \ac{RT}, \gls{CSBS} need an additional \ac{RT} for requesting the public $R_0, R_1$.
|
||||||
|
This means that the time spend for withdrawing is almost \textbf{doubled} (the $ R $ request doesn't have any persistence and therefore requires less time) in comparison to RSA.
|
||||||
|
|
||||||
|
A coin should not be spent immediately after withdrawal or refresh.
|
||||||
|
Otherwise, an adversary could deanonymize a customer by correlating the timestamps.
|
||||||
|
The additional \ac{RT} is a drawback of \gls{CSBS} compared to RSA, but negligible due to the fact that a coin must not be spent immediately.
|
||||||
|
|
||||||
|
\section{Security Assumptions}
|
||||||
|
\label{sec:disc-sec-assumptions}
|
||||||
|
This section discusses the differences regarding the security assumptions of the schemes.
|
||||||
|
This section should not explain nor analyze the security assumptions, instead the section focuses on explaining what these assumptions mean and what should be kept in mind about them.
|
||||||
|
Read section \ref{sec:sign-schemes} and it's references for more information on the assumptions.
|
||||||
|
|
||||||
|
RSA's security assumptions are well known since quite a long time and a lot of research is done.
|
||||||
|
Despite being a lot of attacks \cite{ganapati:rsactftool} \cite{perez:stoprsa}, RSA is still considered a secure scheme after decades.\\
|
||||||
|
For Schnorr Signatures the \acl{DLP} (see \autoref{sec:dlp}) needs to be hard.
|
||||||
|
Also the \ac{DLP} is well-known and is being researched since decades.\\
|
||||||
|
However, with Blind Schorr Signatures an additional assumption needs to hold; the \ac{ROS} problem.
|
||||||
|
Compared to the other assumptions, \ac{ROS} is relatively new and still a recent research topic.
|
||||||
|
A recent paper from 2020 on the (in)security of ROS \cite{cryptoeprint:2020:945} broke many schemes relying on ROS being hard, including Schnorr Blind signatures.
|
||||||
|
The paper on which we rely on (updated in 2021) with the Clause Blind Schnorr Signature Scheme \cite{cryptoeprint:2019:877} is considered secure at the time of writing.\\
|
||||||
|
|
||||||
|
\section{Risk}
|
||||||
|
\label{sec:disc-risk}
|
||||||
|
As introduced in \autoref{sec:disc-sec-assumptions}, \gls{CSBS} rely on an additional assumption currently being researched.
|
||||||
|
Compared to other schemes, the chosen \gls{CSBS} are very new (published in 2019, updated in 2021).
|
||||||
|
While every scheme could potentially be broken, older ones already went through a lot of research and their assumptions are well-known.
|
||||||
|
Therefore, the risk that a vulnerability in \gls{CSBS} will be discovered is probably higher than a newly discovered vulnerability breaking RSA.
|
||||||
|
|
||||||
|
Unpredictability of $ r $ is a key aspect of the signature creation process of \gls{CSBS}.
|
||||||
|
The redesigned Taler protocols solve this by persisting the nonce and denomination key (described in \autoref{sec:withdraw-protocol-impl}) and checking for reuse of this combination before signature creation.
|
||||||
|
If this process is malfunctioning (broken implementation, faulty database) or can be circumvented in any way, recovery of a denomination private key is possible.
|
||||||
|
|
||||||
|
An exchange operator can still consider using \gls{CSBS} as denomination scheme, as there are multiple benefits (see \autoref{sec:disc-perf-comp}).
|
||||||
|
The financial loss in the worst case can be calculated and capped by the validity of a denomination key.
|
||||||
|
If a vulnerability in the \gls{CSBS} would be detected, an exchange operator could revoke the corresponding denomination keys and change the scheme to \gls{RSABS}.
|
||||||
|
The wallets can then follow the refund protocol to get the money back.
|
||||||
|
|
||||||
|
\section{Comparison Conclusion}
|
||||||
|
\label{sec:disc-comp-conclusion}
|
||||||
|
A detailed comparison of the two blind signature schemes was made.
|
||||||
|
This last section interprets the results and concludes the comparison.
|
||||||
|
|
||||||
|
\gls{CSBS} on \gls{25519} provide the same security level as \gls{RSABS} with 3072 bit key sizes.
|
||||||
|
The implementation of \gls{CSBS} is the clear winner in all performance comparisons with RSA 3072 bits.
|
||||||
|
|
||||||
|
1024 bit RSA is faster than the \gls{CSBS} implementation in certain operations.
|
||||||
|
The \gls{CSBS} implementation still offers better performance for wallets with less CPU power and provides a much higher level of security (comparable to RSA 3072).
|
||||||
|
As further comparisons show, RSA scales very bad the larger the keys get and \gls{CSBS} performs much better overall.
|
||||||
|
|
||||||
|
As discussed in the risk section \ref{sec:disc-risk}, \gls{CSBS} have an additional security assumption, which is still a recent research topic.
|
||||||
|
\gls{CSBS} provide various benefits and the risk can be calculated and capped.
|
||||||
|
An exchange operator who is aware of the discussed risk can use \gls{CSBS} safely.
|
||||||
|
\gls{CSBS} are best suited for denominations with low value, where many coins are being withdrawn/refreshed.
|
70
doc/cs/content/6_conclusion.tex
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
\chapter{Conclusion}
|
||||||
|
This section provides a summary of this work, presents the results and gives an outlook on future work.
|
||||||
|
|
||||||
|
\section{Summary}
|
||||||
|
In the beginning of the project good knowledge on the current state in research about Blind Schnorr signatures was needed.
|
||||||
|
Therefore, various papers were read and then the paper "Blind Schnorr Signatures and Signed ElGamal Encryption in the Algebraic Group Model" \cite{cryptoeprint:2019:877} was chosen as basis for the redesign of the Taler protocols.\\
|
||||||
|
The next step was to analyze the current Taler protocols and understand the required properties including \textit{\gls{abort-idempotency}}.\\
|
||||||
|
With the gathered knowledge (see chapter \ref{chap:preliminaries}) the Taler protocols were redesigned to support \gls{CSBS} (see chapter \ref{chap:design}).
|
||||||
|
These redesigned protocols were then further specified (chapter \ref{chap:spec}) and then implemented (chapter \ref{chap:implement}).
|
||||||
|
The implementation includes the main protocols, key management, cryptographic utilities in Taler and the \gls{CSBS} cryptographic routines.\\
|
||||||
|
The \gls{CSBS} scheme was analyzed and compared in detail to the RSA Blind Signature scheme (see \ref{chap:disc}).
|
||||||
|
|
||||||
|
|
||||||
|
\section{Results}
|
||||||
|
The thesis provides several results to add support for Schnorr's blind signature in Taler, including:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Redesigned Taler protocols to support \gls{CSBS}
|
||||||
|
\item Implementation of cryptographic routines
|
||||||
|
\item Implementation of Taler protocols in Exchange
|
||||||
|
\begin{itemize}
|
||||||
|
\item Key Management and security module
|
||||||
|
\item Cryptographic utilities
|
||||||
|
\item Withdraw protocol
|
||||||
|
\item Deposit protocol
|
||||||
|
\end{itemize}
|
||||||
|
\item Comparison and Analysis
|
||||||
|
\begin{itemize}
|
||||||
|
\item Performance (speed, space, latency \& bandwith)
|
||||||
|
\item Security
|
||||||
|
\item Scheme Comparison
|
||||||
|
\end{itemize}
|
||||||
|
\item Fixing a minor security issue in Taler's current protocols
|
||||||
|
\end{itemize}
|
||||||
|
The code is tested, and those tests are integrated in the existing testing framework.
|
||||||
|
Benchmarks are added for the cryptographic routines and the security module.
|
||||||
|
|
||||||
|
\section{Future Work}
|
||||||
|
Like in any other project, there is always more that could be done.
|
||||||
|
This section provides an outlook on what can be done in future work.
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item Implement wallet
|
||||||
|
\item Implementing remaining \gls{CSBS} protocols (refresh, tipping protocol, refund etc.)
|
||||||
|
\item Implementing merchant
|
||||||
|
\item Security audit of CS implementation
|
||||||
|
\item Find a solution for withdraw loophole
|
||||||
|
\item Evaluating \& implementing \gls{CSBS} on other curves
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
There are some remaining protocols to implement, which were out of scope for this thesis.
|
||||||
|
To run \gls{CSBS} in production, these protocols have to be implemented too.
|
||||||
|
Further, the merchant needs to support \gls{CSBS} too.
|
||||||
|
The merchant implementation can be done fast, as the merchant only verifies denomination signatures in most cases. \\
|
||||||
|
Currently, the exchange runs both security modules, the \gls{CSBS} and the RSA security modules.
|
||||||
|
To reduce unnecessary overhead, this should be changed so that only one security has to be running.
|
||||||
|
To run \gls{CSBS} in production a security audit from an external company is recommended (as done for other parts in the exchange, see \cite{codeblau:taler-audit}).
|
||||||
|
A security audit should always be made when implementing big changes like these.\\
|
||||||
|
As mentioned in the scope section, the optional goal to find and implement a good solution for the withdraw loophole was dropped.
|
||||||
|
This was due to the scope shift and because the analysis of the problem showed that finding a good solution needs more research and is a whole project in itself (see \ref{sec:scope} for more information).\\
|
||||||
|
Furthermore, \gls{CSBS} could be implemented on other curves.
|
||||||
|
For example Curve448 \cite{cryptoeprint:2015:625} could be used, as it provides 224 bits of security, wheras \gls{25519} \cite{bern:curve25519} provides about 128 bits of security.
|
||||||
|
Curve secp256k1 could further improve \gls{CSBS} performance.
|
||||||
|
While providing support for Curve448 should not be problematic, a potential implementation for secp256k1 needs further analysis (see \cite{bernlange:safecurves} and \cite{bip:schnorr-bitc} for more information).
|
||||||
|
|
||||||
|
\section{Personal Conclusion}
|
||||||
|
This thesis includes understanding, analyzing, integrating and implementing a recent academic paper \cite{cryptoeprint:2019:877} containing a modern cryptographic scheme.
|
||||||
|
Furthermore, the implementation is done in Taler, an intuitive and modern solution for a social responsible payment system with high ethical standards.
|
||||||
|
Although there was a lot of work, we enjoyed working on such a modern and very interesting topic.
|
||||||
|
Especially the first successful signature verification and the signature scheme performance benchmarks motivated us to push the implementation and integration into Taler forward.\\
|
||||||
|
We are happy to provide an implementation of a modern scheme and making it available as free software.
|
677
doc/cs/content/appendix.tex
Normal file
@ -0,0 +1,677 @@
|
|||||||
|
\appendix
|
||||||
|
|
||||||
|
\chapter{Installation}
|
||||||
|
These installation instructions are meant to run the code developed within this thesis for development- and review-purposes.
|
||||||
|
For a comprehensive installation instruction follow the Taler documentation
|
||||||
|
\cite{taler-documentation}.
|
||||||
|
|
||||||
|
\begin{bfhNoteBox}
|
||||||
|
These instructions are used and tested on Ubuntu 21.10.
|
||||||
|
\end{bfhNoteBox}
|
||||||
|
|
||||||
|
\section{Dependencies and Setup}
|
||||||
|
The following dependencies need to be installed for GNUnet and Taler Exchange:
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install git curl build-essential gcc automake make \ texinfo autoconf uncrustify libtool pkgconf gettext gnutls-bin \ libcurl4-gnutls-dev libgcrypt20-dev libidn2-dev libjansson-dev \ libnss3-dev sqlite pipenv libltdl-dev libsodium-dev libpq-dev \ autopoint libunistring-dev libextractor-dev libpng-dev \ libpulse-dev libsqlite3-dev recutils python3-jinja2 sqlite yapf3 \ postgresql libpq-dev wget libmicrohttpd-dev
|
||||||
|
export LD\_LIBRARY\_PATH=/usr/local/lib
|
||||||
|
\end{ubuntu}
|
||||||
|
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Install in a container}
|
||||||
|
The installation can also be done in a docker or podman container with the ubuntu:21.10 image:
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
podman run -it --name talertest ubuntu:21.10
|
||||||
|
\end{ubuntu}
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\section{Install GNUnet Core}
|
||||||
|
GNUnet core is both a dependency of the Taler exchange and where we implemented the Clause Blind Schnorr Signature Scheme.
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
git clone https://git.gnunet.org/gnunet.git
|
||||||
|
cd gnunet
|
||||||
|
./bootstrap
|
||||||
|
./configure --enable-benchmarks --prefix=/usr/local
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
make check # Run optionally to verify installation and run tests
|
||||||
|
\end{ubuntu}
|
||||||
|
|
||||||
|
To run benchmarks run:
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
./src/util/perf_crypto_cs
|
||||||
|
./src/util/perf_crypto_rsa
|
||||||
|
\end{ubuntu}
|
||||||
|
|
||||||
|
\section{Install Taler Exchange}
|
||||||
|
\begin{bfhWarnBox}
|
||||||
|
Ensure that the current user has privileges in postgresql.
|
||||||
|
One possible way to do this is:\\
|
||||||
|
(where [user] has to be replaced with the name of the system user running the tests)
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
service postgresql start
|
||||||
|
sudo su
|
||||||
|
su - postgres
|
||||||
|
psql
|
||||||
|
CREATE ROLE [user] LOGIN SUPERUSER;
|
||||||
|
CREATE DATABASE [user] OWNER [user];
|
||||||
|
exit
|
||||||
|
\end{ubuntu}
|
||||||
|
\end{bfhWarnBox}
|
||||||
|
|
||||||
|
The Taler exchange can be installed as followed:
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
service postgresql start
|
||||||
|
createdb talercheck
|
||||||
|
git clone https://git.taler.net/exchange.git
|
||||||
|
cd exchange
|
||||||
|
./bootstrap
|
||||||
|
./configure --with-gnunet=/usr/local --prefix=/usr/local
|
||||||
|
./make
|
||||||
|
./make install
|
||||||
|
./make check # Run optionally to verify installation and run tests
|
||||||
|
\end{ubuntu}
|
||||||
|
|
||||||
|
To execute the security module benchmarks run:
|
||||||
|
\setupLinuxPrompt{student}
|
||||||
|
\begin{ubuntu}
|
||||||
|
cd src/util
|
||||||
|
./test_helper_cs
|
||||||
|
./test_helper_rsa
|
||||||
|
\end{ubuntu}
|
||||||
|
|
||||||
|
\chapter{Performance Measurements}
|
||||||
|
\label{chap:app-perf}
|
||||||
|
|
||||||
|
\section{AMD Ryzen 7 PRO 5850U (Notebook)}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-amd-ryzen-7}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core AMD Ryzen 7 PRO 5850U \\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Ubuntu 21.10 Linux 5.13.0-25-generic \#26-Ubuntu SMP Fri Jan 7 15:48:31 UTC 2022 x86\_64 x86\_64 x86\_64 GNU/Linux \\
|
||||||
|
libsodium:amd64 version: 1.0.18-1build1 \\
|
||||||
|
libgcrypt:amd64 version: 1.8.7-5ubuntu2
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[h]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.204 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 126 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 903 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 2684 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 10 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 0.444 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.094 ms \\\hline
|
||||||
|
CS & 10x blinding & 3.332 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 1.282 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 3.012 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 5 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 9 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.077 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 7 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 34 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 86 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 183 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.001 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 2.991 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 10 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 24 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 44 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 1.358 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 0.876 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 1.836 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 3.075 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 5 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on AMD Ryzen 7}
|
||||||
|
\label{tab:comp-sign-amd-ryzen-7}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{Intel(R) Core(TM) i7-8565U}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-intel-i7}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz \\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Ubuntu 21.10 Linux 5.13.0-25-generic \#26-Ubuntu SMP Fri Jan 7 15:48:31 UTC 2022 x86\_64 x86\_64 x86\_64 GNU/Linux \\
|
||||||
|
libsodium:amd64 version: 1.0.18-1build1 \\
|
||||||
|
libgcrypt:amd64 version: 1.8.7-5ubuntu2
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 1.05 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 189 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 1555 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 5000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 11 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 2.261 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.521 ms \\\hline
|
||||||
|
CS & 10x blinding & 13 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 2.6 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 4.12 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 7 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 11 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.405 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 9 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 44 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 108 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 216 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.005 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 3.353 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 12 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 27 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 47 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 4.413 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 1.202 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 2.304 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 4.094 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 6 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on Intel(R) Core(TM) i7-8565U}
|
||||||
|
\label{tab:comp-sign-intel-i7}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{AMD Ryzen Threadripper 1950X 16-Core Processor}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-amd-threadripper}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: AMD Ryzen Threadripper 1950X 16-Core Processor \\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Linux 5.13.0-trunk-amd64 \#1 SMP Debian 5.13.12-1~exp1
|
||||||
|
(2021-08-20) x86\_64 GNU/Linux \\
|
||||||
|
libsodium:amd64 version: 1.9.4-5 \\
|
||||||
|
libgcrypt:amd64 version: 1.0.18-1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.442 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 145 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 1167 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 6000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 11 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 1.043 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.242 ms \\\hline
|
||||||
|
CS & 10x blinding & 7 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 2.258 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 4.744 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 9 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 14 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.270 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 10 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 47 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 119 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 248 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.003 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 4.086 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 14 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 34 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 60 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 2.392 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 1.137 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 2.797 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 5 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 7 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on AMD Ryzen Threadripper 1950X}
|
||||||
|
\label{tab:comp-sign-amd-threadripper}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{Intel(R) Xeon(R) CPU E5-2630}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-intel-xeon}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz \\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Linux 5.10.0-8-amd64 \#1 SMP Debian 5.10.46-4 (2021-08-03) x86\_64\\
|
||||||
|
libsodium:amd64 version: 1.0.18-1\\
|
||||||
|
libgcrypt:amd64 version: 1.8.7-6
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.606 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 329 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 3210 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 12 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 40 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 1.527 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.329 ms \\\hline
|
||||||
|
CS & 10x blinding & 9 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 4.026 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 9 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 18 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 27 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.274 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 21 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 96 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 237 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 482 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.004 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 7 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 25 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 58 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 99 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 4.334 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 2.190 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 5 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 11 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 14 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on Intel(R) Xeon(R) CPU E5-2630}
|
||||||
|
\label{tab:comp-sign-intel-xeon}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{Intel(R) Pentium(R) 3558U}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-intel-pentium}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: Intel(R) Pentium(R) 3558U @ 1.70GHz \\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Linux 5.10.0-8-amd64 \#1 SMP Debian 5.10.46-3 (2021-07-28) x86\_64\\
|
||||||
|
libsodium:amd64 version: 1.0.18-1\\
|
||||||
|
libgcrypt:amd64 version: 1.8.7-6
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.53 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 524 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 3357 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 15 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 37 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 1.375 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.349 ms \\\hline
|
||||||
|
CS & 10x blinding & 8 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 4.86 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 11 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 19 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 31 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.283 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 26 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 117 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 292 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 571 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.003 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 8 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 30 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 67 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 111 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 3.769 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 2.616 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 6 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 11 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 17 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on Intel(R) Pentium(R) 3558U}
|
||||||
|
\label{tab:comp-sign-intel-pentium}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\section{arm64}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-arm64}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core arm64\\
|
||||||
|
Architecture: ARM64 \\
|
||||||
|
OS: Linux ten64 5.11.0-31-generic \#33+testsfp1 SMP Mon Aug 23 16:07:41 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux \\
|
||||||
|
libsodium:arm64 version: 1.8.7-2ubuntu2.1 \\
|
||||||
|
libgcrypt:arm64 version: 1.0.18-1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 2.896 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 839 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 8000 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 17 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 82 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 6 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.713 ms \\\hline
|
||||||
|
CS & 10x blinding & 23 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 11 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 28 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 51 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 81 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.321 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 57 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 263 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 685 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 1385 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.006 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 23 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 79 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 171 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 296 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 11ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 5 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 15 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 27 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 45 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on arm64}
|
||||||
|
\label{tab:comp-sign-arm64}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{AMD Ryzen Embedded R1606G}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-amd-embedded}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 4-core AMD Ryzen Embedded R1606G with Radeon Vega Gfx\\
|
||||||
|
Architecture: amd64 \\
|
||||||
|
OS: Linux computer 5.13.0-25-generic \#26-Ubuntu SMP Fri Jan 7 15:48:31 UTC 2022 x86\_64 x86\_64 x86\_64 GNU/Linux\\
|
||||||
|
libsodium:amd64 version: 1.8.7-5ubuntu2 \\
|
||||||
|
libgcrypt:amd64 version: 1.0.18-1build1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 2.373 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 184 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 2132 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 8000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 21 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 1.09 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.43 ms \\\hline
|
||||||
|
CS & 10x blinding & 6 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 3.886 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 7 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 14 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 23 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.379 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 15 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 71 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 177 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 357 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.001 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 6 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 24 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 53 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 93 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 2.610 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 2.303 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 4.386 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 7 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 11 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on AMD Ryzen Embedded R1606G}
|
||||||
|
\label{tab:comp-sign-amd-embedded}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{risc64}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-risc64}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 4-core risc64 processor\\
|
||||||
|
OS: Linux risc-v-unleashed-000 5.11.0-1022-generic \#23~20.04.1-Ubuntu SMP Thu Oct 21 10:16:27 UTC 2021 riscv64 riscv64 riscv64 GNU/Linux\\
|
||||||
|
libsodium:riscv64 version: 1.8.7-5ubuntu2 \\
|
||||||
|
libgcrypt:riscv64 version: 1.0.18-1build1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 4.144 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 2923 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 28 000 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 174 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 600 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 10 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 2.514 ms \\\hline
|
||||||
|
CS & 10x blinding & 72 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 37 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 93 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 170 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 277 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 1.697 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 215 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 1040 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 2883 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 5000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.022 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 62 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 150 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 275 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 431 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 29 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 22 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 54 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 99 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 166 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on risc64}
|
||||||
|
\label{tab:comp-sign-risc64}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{POWER9}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-POWER9}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 176-core power9\\
|
||||||
|
architecture: pp64le \\
|
||||||
|
OS: Linux power9 5.11.0-34-generic \#36-Ubuntu SMP Thu Aug 26 19:19:54 UTC 2021 ppc64le ppc64le ppc64le GNU/Linux \\
|
||||||
|
libsodium:a::ppc64el version: 1.8.7-2ubuntu2.1 \\
|
||||||
|
libgcrypt::ppc64el version: 1.0.18-1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 0.275 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 290 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 3743 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 15 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 45 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 0.749 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.267 ms \\\hline
|
||||||
|
CS & 10x blinding & 4.996 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 3.952 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 10 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 17 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 27 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.221 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 25 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 135 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 381 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 762 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.002 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 9 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 34 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 80 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 141 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 2.458 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 2.365 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 6 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 10 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 16 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on POWER9}
|
||||||
|
\label{tab:comp-sign-POWER9}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\section{ARMv7 Processor}
|
||||||
|
Detailed comparison of each operation can be found in table \ref{tab:comp-sign-armv7}.
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core ARMv7 Processor rev 3 (v7l)
|
||||||
|
Architecture: armv7 \\
|
||||||
|
OS: Linux odroidxu4 4.14.150-odroidxu4 \#2 SMP PREEMPT Mon Oct 28 08:07:45 CET 2019 armv7l GNU/Linux\\
|
||||||
|
libsodium:armhf version: 1.9.4-5 \\
|
||||||
|
libgcrypt:armhf version: 1.0.18-1
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{llr}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Operation} & \textbf{Speed} \\\hline
|
||||||
|
CS & 10x key generation & 1.719 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x key generation & 1050 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x key generation & 8000 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x key generation & 53 000 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x key generation & 159 000 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x r0, r1 derive and R1,R2 calculation & 3.621 ms \\\hline
|
||||||
|
CS & 10x derivation of blinding secrets & 0.514 ms \\\hline
|
||||||
|
CS & 10x blinding & 24 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x blinding & 10 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x blinding & 26 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x blinding & 45 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x blinding & 78 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x signing & 0.481 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x signing & 87 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x signing & 385 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x signing & 1038 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x signing & 2073 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x unblinding & 0.008 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x unblinding & 26 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x unblinding & 90 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x unblinding & 195 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x unblinding & 344 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 10x verifying & 11 ms \\\hline
|
||||||
|
RSA 1024 bit & 10x verifying & 5 ms \\\hline
|
||||||
|
RSA 2048 bit & 10x verifying & 15 ms \\\hline
|
||||||
|
RSA 3072 bit & 10x verifying & 28 ms \\\hline
|
||||||
|
RSA 4096 bit & 10x verifying & 42 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Comparison on ARMv7}
|
||||||
|
\label{tab:comp-sign-armv7}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Performance of the Security Module}
|
||||||
|
These performance measurements are only done on one hardware setup.
|
||||||
|
The performance tests of the cryptographic routines are more meaningful, the architecture of the Taler exchange could change a lot.
|
||||||
|
Furthermore, there could be made performance improvements at costs of security by doing the operations requiring the private keys directly in the httpd process.
|
||||||
|
Because of security reasons, the current design with the security module makes a lot of sense.
|
||||||
|
It has to be kept in mind that the following performance benchmarks are interesting to see, but could vary a lot with changes inside the codebase.
|
||||||
|
The performance of the signatures with the security module can be found in table \ref{tab:comp-sign-full}
|
||||||
|
\begin{bfhBox}[BFH-MediumBlue]{Setup}
|
||||||
|
CPU: 8-core AMD Ryzen 7 PRO 5850U \\
|
||||||
|
OS: Ubuntu 21.10 Linux 5.13.0-25-generic \#26-Ubuntu SMP Fri Jan 7 15:48:31 UTC 2022 x86\_64 x86\_64 x86\_64 GNU/Linux \\
|
||||||
|
libsodium version: 1.0.18-1build1 \\
|
||||||
|
libgcrypt version: 1.8.7-5ubuntu2
|
||||||
|
\end{bfhBox}
|
||||||
|
|
||||||
|
\begin{table}[ht]
|
||||||
|
\centering
|
||||||
|
\colorlet{BFH-table}{BFH-MediumBlue!10}
|
||||||
|
\colorlet{BFH-tablehead}{BFH-MediumBlue!50}
|
||||||
|
\setupBfhTabular
|
||||||
|
\begin{tabular}{lll}
|
||||||
|
\rowcolor{BFH-tablehead}
|
||||||
|
\textbf{Signature Scheme} & \textbf{Test} & \textbf{Speed} \\\hline
|
||||||
|
CS & 100 sequential signature operations & 2.591 ms \\\hline
|
||||||
|
RSA 1024 bit & 100 sequential signature operations & 79 ms \\\hline
|
||||||
|
RSA 2048 bit & 100 sequential signature operations & 350 ms \\\hline
|
||||||
|
RSA 3072 bit & 100 sequential signature operations & 893 ms \\\hline
|
||||||
|
RSA 4092 & 100 sequential signature operations & 1811 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 100 parallel signature operations & 14 ms \\\hline
|
||||||
|
RSA 1024 bit & 100 parallel signature operations & 125 ms \\\hline
|
||||||
|
RSA 2048 bit & 100 parallel signature operations & 573ms \\\hline
|
||||||
|
RSA 3072 bit & 100 parallel signature operations & 1420 ms \\\hline
|
||||||
|
RSA 4092 & 100 parallel signature operations & 3279 ms \\\hline
|
||||||
|
\hline
|
||||||
|
CS & 800 parallel signature operations & 19 ms \\\hline
|
||||||
|
RSA 1024 bit & 800 parallel signature operations & 137 ms \\\hline
|
||||||
|
RSA 2048 bit & 800 parallel signature operations & 653 ms \\\hline
|
||||||
|
RSA 3072 bit & 800 parallel signature operations & 1451 ms \\\hline
|
||||||
|
RSA 4092 & 800 parallel signature operations & 3388 ms \\\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Performance comparison of the security module}
|
||||||
|
\label{tab:comp-sign-full}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\input{content/appendix/rsa-redesign.tex}
|
279
doc/cs/content/appendix/crypto_implementation.tex
Normal file
@ -0,0 +1,279 @@
|
|||||||
|
\begin{lstlisting}[style=bfh-c,language=C,, caption={Crypto Implementation API}, label={lst:cryptoapi}]
|
||||||
|
#include <sodium.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* IMPLEMENTATION NOTICE:
|
||||||
|
*
|
||||||
|
* This is an implementation of the Schnorr, Blind Schnorr and
|
||||||
|
* Clause Blind Schnorr Signature Scheme using Curve25519.
|
||||||
|
* We use libsodium wherever possible.
|
||||||
|
*
|
||||||
|
* Blind Schnorr: The Blind Schnorr Signature Scheme is BROKEN!
|
||||||
|
* Use the Clause Blind Schnorr Signature Scheme instead.
|
||||||
|
*
|
||||||
|
* Clause Blind Schnorr Signature Scheme:
|
||||||
|
* This is a variation of the Blind Schnorr Signature Scheme where all operations
|
||||||
|
* before the signature creation are performed twice.
|
||||||
|
* The signer randomly chooses one of the two sessions and only creates the signature for this session.
|
||||||
|
* Note that the Clause part needs to be implemented by whoever uses this API.
|
||||||
|
* Further details about the Clause Blind Schnorr Signature Scheme can be found here:
|
||||||
|
* https://eprint.iacr.org/2019/877.pdf
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Curve25519 Scalar
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* 32 byte scalar
|
||||||
|
*/
|
||||||
|
unsigned char d[crypto_core_ed25519_SCALARBYTES];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Curve25519 point
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Point
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* This is a point on the Curve25519.
|
||||||
|
* The x coordinate can be restored using the y coordinate
|
||||||
|
*/
|
||||||
|
unsigned char y[crypto_core_ed25519_BYTES];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The private information of an Schnorr key pair.
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsPrivateKey
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar scalar;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The public information of an Schnorr key pair.
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsPublicKey
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Point point;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Secret used for blinding (alpha and beta).
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsBlindingSecret
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar alpha;
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar beta;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* the private r used in the signature
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsRSecret
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar scalar;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* the public R (derived from r) used in c
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsRPublic
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Point point;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Schnorr c to be signed
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsC
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar scalar;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* s in the signature
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsS
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar scalar;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* blinded s in the signature
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsBlindS
|
||||||
|
{
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Scalar scalar;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CS Signtature containing scalar s and point R
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsSignature
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Schnorr signatures are composed of a scalar s and a curve point
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsS s_scalar;
|
||||||
|
struct GNUNET_CRYPTO_Cs25519Point r_point;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Nonce
|
||||||
|
*/
|
||||||
|
struct GNUNET_CRYPTO_CsNonce
|
||||||
|
{
|
||||||
|
/*a nonce*/
|
||||||
|
unsigned char nonce[256 / 8];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a new random private key.
|
||||||
|
*
|
||||||
|
* @param[out] priv where to write the fresh private key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_private_key_generate (struct GNUNET_CRYPTO_CsPrivateKey *priv);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extract the public key of the given private key.
|
||||||
|
*
|
||||||
|
* @param priv the private key
|
||||||
|
* @param[out] pub where to write the public key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_private_key_get_public (const struct GNUNET_CRYPTO_CsPrivateKey *priv,
|
||||||
|
struct GNUNET_CRYPTO_CsPublicKey *pub);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Derive a new secret r pair r0 and r1.
|
||||||
|
* In original papers r is generated randomly
|
||||||
|
* To provide abort-idempotency, r needs to be derived but still needs to be UNPREDICTABLE
|
||||||
|
* To ensure unpredictability a new nonce should be used when a new r needs to be derived.
|
||||||
|
* Uses HKDF internally.
|
||||||
|
* Comment: Can be done in one HKDF shot and split output.
|
||||||
|
*
|
||||||
|
* @param nonce is a random nonce
|
||||||
|
* @param lts is a long-term-secret in form of a private key
|
||||||
|
* @param[out] r array containing derived secrets r0 and r1
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_r_derive (const struct GNUNET_CRYPTO_CsNonce *nonce,
|
||||||
|
const struct GNUNET_CRYPTO_CsPrivateKey *lts,
|
||||||
|
struct GNUNET_CRYPTO_CsRSecret r[2]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extract the public R of the given secret r.
|
||||||
|
*
|
||||||
|
* @param r_priv the private key
|
||||||
|
* @param[out] r_pub where to write the public key
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_r_get_public (const struct GNUNET_CRYPTO_CsRSecret *r_priv,
|
||||||
|
struct GNUNET_CRYPTO_CsRPublic *r_pub);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Derives new random blinding factors.
|
||||||
|
* In original papers blinding factors are generated randomly
|
||||||
|
* To provide abort-idempotency, blinding factors need to be derived but still need to be UNPREDICTABLE
|
||||||
|
* To ensure unpredictability a new nonce has to be used.
|
||||||
|
* Uses HKDF internally
|
||||||
|
*
|
||||||
|
* @param secret is secret to derive blinding factors
|
||||||
|
* @param secret_len secret length
|
||||||
|
* @param[out] bs array containing the two derivedGNUNET_CRYPTO_CsBlindingSecret
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_blinding_secrets_derive (const struct GNUNET_CRYPTO_CsNonce *blind_seed,
|
||||||
|
struct GNUNET_CRYPTO_CsBlindingSecret bs[2]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Calculate two blinded c's
|
||||||
|
* Comment: One would be insecure due to Wagner's algorithm solving ROS
|
||||||
|
*
|
||||||
|
* @param bs array of the two blinding factor structs each containing alpha and beta
|
||||||
|
* @param r_pub array of the two signer's nonce R
|
||||||
|
* @param pub the public key of the signer
|
||||||
|
* @param msg the message to blind in preparation for signing
|
||||||
|
* @param msg_len length of message msg
|
||||||
|
* @param[out] blinded_c array of the two blinded c's
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_calc_blinded_c (const struct GNUNET_CRYPTO_CsBlindingSecret bs[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsRPublic r_pub[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsPublicKey *pub,
|
||||||
|
const void *msg,
|
||||||
|
size_t msg_len,
|
||||||
|
struct GNUNET_CRYPTO_CsC blinded_c[2]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sign a blinded c
|
||||||
|
* This function derives b from a nonce and a longterm secret
|
||||||
|
* In original papers b is generated randomly
|
||||||
|
* To provide abort-idempotency, b needs to be derived but still need to be UNPREDICTABLE.
|
||||||
|
* To ensure unpredictability a new nonce has to be used for every signature
|
||||||
|
* HKDF is used internally for derivation
|
||||||
|
* r0 and r1 can be derived prior by using GNUNET_CRYPTO_cs_r_derive
|
||||||
|
*
|
||||||
|
* @param priv private key to use for the signing and as LTS in HKDF
|
||||||
|
* @param r array of the two secret nonce from the signer
|
||||||
|
* @param c array of the two blinded c to sign c_b
|
||||||
|
* @param nonce is a random nonce
|
||||||
|
* @param[out] blinded_signature_scalar where to write the signature
|
||||||
|
* @return 0 or 1 for b (see Clause Blind Signature Scheme)
|
||||||
|
*/
|
||||||
|
int
|
||||||
|
GNUNET_CRYPTO_cs_sign_derive(const struct GNUNET_CRYPTO_CsPrivateKey *priv,
|
||||||
|
const struct GNUNET_CRYPTO_CsRSecret r[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsC c[2],
|
||||||
|
const struct GNUNET_CRYPTO_CsNonce *nonce,
|
||||||
|
struct GNUNET_CRYPTO_CsBlindS *blinded_signature_scalar
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Unblind a blind-signed signature using a c that was blinded
|
||||||
|
*
|
||||||
|
* @param blinded_signature_scalar the signature made on the blinded c
|
||||||
|
* @param bs the blinding factors used in the blinding
|
||||||
|
* @param[out] signature_scalar where to write the unblinded signature
|
||||||
|
*/
|
||||||
|
void
|
||||||
|
GNUNET_CRYPTO_cs_unblind (const struct GNUNET_CRYPTO_CsBlindS *blinded_signature_scalar,
|
||||||
|
const struct GNUNET_CRYPTO_CsBlindingSecret *bs,
|
||||||
|
struct GNUNET_CRYPTO_CsS *signature_scalar);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Verify whether the given message corresponds to the given signature and the
|
||||||
|
* signature is valid with respect to the given public key.
|
||||||
|
*
|
||||||
|
* @param sig signature that is being validated
|
||||||
|
* @param pub public key of the signer
|
||||||
|
* @param msg is the message that should be signed by @a sig (message is used to calculate c)
|
||||||
|
* @param msg_len is the message length
|
||||||
|
* @returns #GNUNET_YES on success, #GNUNET_SYSERR if key parameter(s) invalid #GNUNET_NO if signature invalid
|
||||||
|
*/
|
||||||
|
enum GNUNET_GenericReturnValue
|
||||||
|
GNUNET_CRYPTO_cs_verify (const struct GNUNET_CRYPTO_CsSignature *sig,
|
||||||
|
const struct GNUNET_CRYPTO_CsPublicKey *pub,
|
||||||
|
const void *msg,
|
||||||
|
size_t msg_len);
|
||||||
|
|
||||||
|
\end{lstlisting}
|
209
doc/cs/content/appendix/rsa-redesign.tex
Normal file
@ -0,0 +1,209 @@
|
|||||||
|
\chapter{Redesigned RSA Protocols}
|
||||||
|
In order to bring the RSA and \gls{CSBS} protocols closer, this chapter describes a variant of the RSA protocols with the same changes as in the \gls{CSBS} versions (where they can be applied).
|
||||||
|
|
||||||
|
|
||||||
|
\section{Withdraw Protocol}
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{reserve keys } w_s, W_p & & \text{reserve public key } W_p
|
||||||
|
\\ \text{denomination public key } D_p = e, N & & \text{denomination keys } d_s, D_p
|
||||||
|
\\ & &
|
||||||
|
\\\text{generate withdraw secret:}
|
||||||
|
\\ \omega := randombytes(32)
|
||||||
|
\\ \text{persist } \langle \omega, D_p \rangle
|
||||||
|
\\\text{derive coin key pair:} & &
|
||||||
|
\\ c_s := \text{HKDF}(256, \omega, \text{"cs"})
|
||||||
|
\\ C_p := \text{Ed25519.GetPub}(c_s)
|
||||||
|
\\ \text{blind:} & &
|
||||||
|
\\ b_s := \text{HKDF}(256, \omega, \text{"b-seed"})
|
||||||
|
\\ r := \text{FDH}(b_s)
|
||||||
|
\\ m' := \text{FDH}(N, C_p)*r^{e} \mod N & &
|
||||||
|
\\ \text{sign with reserve private key:} & &
|
||||||
|
\\ \rho_W := \langle D_p, m' \rangle & &
|
||||||
|
\\ \sigma_W := \text{Ed25519.Sign}(w_s, \rho_W) & &
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{\rho = W_p, \sigma_W, \rho_W} &
|
||||||
|
\\ & & \langle D_p, m' \rangle := \rho_W
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & \text{check } \text{Ed25519.Verify}(W_p, \rho_W, \sigma_W)
|
||||||
|
\\ & & \sigma'_c = (m')^{d_s} \mod N
|
||||||
|
\\ & & \text{decrease balance if sufficient and}
|
||||||
|
\\ & & \text{persist } \langle D_p, s \rangle
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{\sigma'_c} &
|
||||||
|
\\ \text{unblind:}& &
|
||||||
|
\\ \sigma_c = \sigma'_c*r^{-1} & &
|
||||||
|
\\ \text{verify signature:}& &
|
||||||
|
\\ \textbf{check if } \sigma_c^{e} = \text{FDH}(N, C_p) & &
|
||||||
|
\\ & &
|
||||||
|
\\ \text{resulting coin: } c_s, C_p, \sigma_c, D_p & &
|
||||||
|
\\ & &
|
||||||
|
\\ \text{implementation note: minimum of}
|
||||||
|
\\ \text{persisted values is } \langle \omega, \sigma_c \rangle
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Redesigned RSA withdrawal process}
|
||||||
|
\label{fig:withdrawal-process-rsa-redesign}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
The changes to the RSA witdhdraw protocol (see \autoref{fig:withdrawal-process-rsa-redesign}) are limited to the derivation of the coin and blinding factor.
|
||||||
|
|
||||||
|
|
||||||
|
\section{Refresh Protocol}
|
||||||
|
The changes to the refresh protocol are related to the derivation of transfer secrets and subsequent operations, see \autoref{fig:refresh-derive-rsa-redesign}, \autoref{fig:refresh-part1-rsa-redesign} and \autoref{fig:refresh-part2-rsa-redesign}.
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\centering
|
||||||
|
\fbox{%
|
||||||
|
\procedure[codesize=\small]{$\text{RefreshDerive}(t, \langle e, N \rangle, C_p)$}{%
|
||||||
|
T := \text{Curve25519.GetPub}(t) \\
|
||||||
|
x := \textrm{ECDH-EC}(t, C_p) \\
|
||||||
|
b_s := \text{HKDF}(256, x, \text{"b-seed"}) \\
|
||||||
|
r := \text{FDH}(b_s) \\
|
||||||
|
c'_s := \text{HKDF}(256,x,"c") \\
|
||||||
|
C'_p := \text{Ed25519.GetPub}(c'_s) \\
|
||||||
|
\overline{m} := r^e * C'_p \mod N \\
|
||||||
|
\pcreturn \langle T, c_s', C_p', \overline{m} \rangle
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\caption{Redesigned RSA RefreshDerive algorithm}
|
||||||
|
\label{fig:refresh-derive-rsa-redesign}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{denomination public key } D_{p(i)} & & \text{denomination keys } d_{s(i)}, D_{p(i)}
|
||||||
|
\\ \text{coin}_0 = \langle D_{p(0)}, c_s^{(0)}, C_p^{(0)}, \sigma_c^{(0)} \rangle & &
|
||||||
|
% refresh request
|
||||||
|
\\ \text{Select} \langle N_t, e_t\rangle := D_{p(t)} \in D_{p(i)}
|
||||||
|
\\ \omega := randombytes(32)
|
||||||
|
\\ \text{persist } \langle \omega, D_{p(t)} \rangle
|
||||||
|
\\ \textbf{for } i = 1, \dots, \kappa: % generate k derives
|
||||||
|
\\ t_i := \text{HKDF}(256, \omega,\text{"t} i \text{"} ) % seed generation
|
||||||
|
\\ X_i := \text{RefreshDerive}(t_i, D_{p(t)}, C_p^{(0)})
|
||||||
|
\\ (T_i, c_s^{(i)}, C_p^{(i)}, \overline{m}_i) := X_i
|
||||||
|
\\ \textbf{endfor}
|
||||||
|
\\ h_T := H(T_1, \dots, T_k)
|
||||||
|
\\ h_{\overline{m}} := H(\overline{m}_1, \dots, \overline{m}_k)
|
||||||
|
\\ h_C := H(h_t, h_{\overline{m}})
|
||||||
|
\\ \rho_{RC} := \langle h_C, D_{p(t)}, D_{p(0)}, C_p^{(0)}, \sigma_C^{(0)} \rangle
|
||||||
|
\\ \sigma_{RC} := \text{Ed25519.Sign}(c_s^{(0)}, \rho_{RC})
|
||||||
|
\\ \text{Persist refresh-request} \langle \omega, \rho_{RC}, \sigma_{RC} \rangle
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{\rho_{RC}, \sigma_{RC}} &
|
||||||
|
% Exchange checks refresh request
|
||||||
|
\\ & & (h_C, D_{p(t)}, D_{p(0)}, C_p^{(0)}, \sigma_C^{(0)} = \rho_{RC})
|
||||||
|
\\ & & \textbf{check} \text{Ed25519.Verify}(C_p^{(0)}, \sigma_{RC}, \rho_{RC})
|
||||||
|
\\ & & x \rightarrow \text{GetOldRefresh}(\rho_{RC})
|
||||||
|
\\ & & \textbf{Comment: }\text{GetOldRefresh} (\rho_{RC} \mapsto \{\bot,\gamma\})
|
||||||
|
\\ & & \pcif x = \bot
|
||||||
|
\\ & & v := \text{Denomination}(D_{p(t)})
|
||||||
|
\\ & & \langle e_0, N_0 \rangle := D_{p(0)}
|
||||||
|
\\ & & \textbf{check } \text{IsOverspending}(C_p^{(0)}, D_ {p(0)}, v)
|
||||||
|
\\ & & \textbf{check } D_{p(t)} \in \{D_{p(i)}\}
|
||||||
|
\\ & & \textbf{check } \text{FDH}(N_0, C_p^{(0)}) \equiv_{N_0} (\sigma_0^{(0)})^{e_0}
|
||||||
|
\\ & & \text{MarkFractionalSpend}(C_p^{(0)}, v)
|
||||||
|
\\ & & \gamma \leftarrow \{1, \dots, \kappa\}
|
||||||
|
\\ & & \text{Persist refresh-record } \langle \rho_{RC},\gamma \rangle
|
||||||
|
\\ & & \pcelse
|
||||||
|
\\ & & \gamma := x
|
||||||
|
\\ & & \textbf{endif}
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{\gamma} &
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\\ & \textit{Continued in figure \ref{fig:refresh-part2}} &
|
||||||
|
%\\ \pcintertext[dotted]{(Continued in Figure)}
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Redesigned RSA refresh protocol (commit phase)}
|
||||||
|
\label{fig:refresh-part1-rsa-redesign}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ & \textit{Continuation of figure \ref{fig:refresh-part1}} &
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
% Check challenge and send challenge response (reveal not selected msgs)
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{\gamma} &
|
||||||
|
\\ \textbf{check } \text{IsConsistentChallenge}(\rho_{RC}, \gamma)
|
||||||
|
\\ \textbf{Comment: } \text{IsConsistentChallenge}\\(\rho_{RC}, \gamma) \mapsto \{ \bot,\top \}
|
||||||
|
\\
|
||||||
|
\\ \text{Persist refresh-challenge} \langle \rho_{RC}, \gamma \rangle
|
||||||
|
\\ S := \langle t_1, \dots, t_{\gamma-1}, t_{\gamma+1}, \dots, t_\kappa \rangle % all seeds without the gamma seed
|
||||||
|
\\ \rho_L = \langle C_p^{(0)}, D_{p(t)}, T_{\gamma},\overline{m}_\gamma \rangle
|
||||||
|
\\ \rho_{RR} = \langle T_\gamma, \overline{m}_\gamma, S \rangle
|
||||||
|
\\ \sigma_{L} = \text{Ed25519.Sign}(c_s^{(0)}, \rho_{L})
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{\rho_{RR},\rho_L, \sigma_{L}} &
|
||||||
|
% check revealed msgs and sign coin
|
||||||
|
\\ & & \langle T'_\gamma, \overline{m}'_\gamma, S \rangle := \rho_{RR}
|
||||||
|
\\ & & \langle t_1, \dots, t_{\gamma-1}, t_{\gamma+1}, \dots, t_\kappa \rangle ) := S
|
||||||
|
\\ & & \textbf{check } \text{Ed25519.Verify}(C_p^{(0)}, \sigma_L, \rho_L)
|
||||||
|
\\ & & \textbf{for} i = 1,\dots, \gamma-1, \gamma+1,\dots, \kappa
|
||||||
|
\\ & & X_i := \text{RefreshDerive}(t_i, D_{p(t)}, C_p^{(0)})
|
||||||
|
\\ & & \langle T_i, c_s^{(i)}, C_p^{(i)}, \overline{m}_i \rangle := X_i
|
||||||
|
\\ & & \textbf{endfor}
|
||||||
|
\\ & & h_T' = H(T_1,\dots,T_{\gamma-1},T'_{\gamma},T_{\gamma+1},\dots,T_\kappa)
|
||||||
|
\\ & & h_{\overline{m}}' = H(\overline{m}_1,\dots,\overline{m}_{\gamma-1},\overline{m}'_{\gamma},\overline{m}_{\gamma+1},\dots,\overline{m}_\kappa)
|
||||||
|
\\ & & h_C' = H(h_T', h_{\overline{m}}')
|
||||||
|
\\ & & \textbf{check } h_C = h_C'
|
||||||
|
\\ & & \overline{\sigma}_C^{(\gamma)} := \overline{m}^{d_{s(t)}}
|
||||||
|
\\ & & \text{persist } \langle \rho_L, \sigma_L \rangle
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{\overline{\sigma}_C^{(\gamma)}} &
|
||||||
|
% Check coin signature and persist coin
|
||||||
|
\\ \sigma_C^{(\gamma)} := r^{-1}\overline{\sigma}_C^{(\gamma)}
|
||||||
|
\\ \textbf{check if } (\sigma_C^{(\gamma)})^{e_t} \equiv_{N_t} C_p^{(\gamma)}
|
||||||
|
\\ \text{Persist coin} \langle D_{p(t)}, c_s^{(\gamma)}, C_p^{(\gamma)}, \sigma_C^{(\gamma)} \rangle
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Redesigned RSA refresh protocol (reveal phase)}
|
||||||
|
\label{fig:refresh-part2-rsa-redesign}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Linking Protocol}
|
||||||
|
The changes are described in \autoref{fig:refresh-link-rsa-redesign}.
|
||||||
|
\begin{figure}[htp]
|
||||||
|
\begin{equation*}
|
||||||
|
\resizebox{1.0\textwidth}{!}{$\displaystyle
|
||||||
|
\begin{array}{ l c l }
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{Exchange}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{coin}_0 = \langle D_{p(0)}, c_s^{(0)}, C_p^{(0)}, \sigma_{C}^{(0)} \rangle
|
||||||
|
\\ & \xrightarrow[\rule{2.5cm}{0pt}]{C_{p(0)}} &
|
||||||
|
\\ & & L := \text{LookupLink}(C_{p(0)})
|
||||||
|
\\ & & \textbf{Comment: } \text{LookupLink}(C_p) \mapsto \{\langle \rho_L^{(i)},
|
||||||
|
\\ & & \sigma_L^{(i)}, \overline{\sigma}_C^{(i)} \rangle\}
|
||||||
|
\\ & \xleftarrow[\rule{2.5cm}{0pt}]{L} &
|
||||||
|
\\ \pcfor \langle \rho_{L}^{(i)}, \overline{\sigma}_L^{(i)}, \sigma_C^{(i)} \rangle \in L
|
||||||
|
\\ \langle \hat{C}_p^{(i)}, D_{p(t)}^{(i)}, T_\gamma^{(i)}, \overline{m}_\gamma^{(i)} \rangle := \rho_L^{(i)}
|
||||||
|
\\ \langle e_t^{(i)}, N_t^{(i)} \rangle := D_{p(t)}^{(i)}
|
||||||
|
\\ \textbf{check } \hat{C}_p^{(i)} \equiv C_p^{(0)}
|
||||||
|
\\ \textbf{check } \text{Ed25519.Verify}(C_p^{(0)}, \rho_{L}^{(i)}, \sigma_L^{(i)})
|
||||||
|
\\ x_i := \text{ECDH}(c_s^{(0)}, T_{\gamma}^{(i)})
|
||||||
|
\\ c_s^{(i)} := \text{HKDF}(256,x_i,"c")
|
||||||
|
\\ C_p^{(i)} := \text{Ed25519.GetPub}(c_s^{(i)})
|
||||||
|
\\ b_s^{(i)} := \text{HKDF}(256, x_i, \text{"b-seed"})
|
||||||
|
\\ r_i := \text{FDH}(b_s^{(i)})
|
||||||
|
\\ \sigma_C^{(i)} := (r_i)^{-1} \cdot \overline{m}_\gamma^{(i)}
|
||||||
|
\\ \textbf{check } (\sigma_C^{(i)})^{e_t^{(i)}} \equiv_{N_t^{(i)}} C_p^{(i)}
|
||||||
|
\\ \text{(Re-)obtain coin} \langle D_{p(t)}^{(i)},c_s^{(i)}, C_p^{(i)}, \sigma_C^{(i)} \rangle
|
||||||
|
\end{array}$
|
||||||
|
}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{Redesigned RSA linking protocol}
|
||||||
|
\label{fig:refresh-link-rsa-redesign}
|
||||||
|
\end{figure}
|
35
doc/cs/content/chapter_01.tex
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
%!TEX root = ../dokumentation.tex
|
||||||
|
|
||||||
|
\chapter{Das erste Kapitel}
|
||||||
|
\section{Hello}
|
||||||
|
Erste Erwähnung eines Akronyms wird als Fußnote angezeigt. Jede weitere wird
|
||||||
|
nur verlinkt: \ac{AGPL}. Zweite Erwähnung \ac{AGPL}
|
||||||
|
|
||||||
|
Verweise auf das Glossar: \gls{Glossareintrag}, \glspl{Glossareintrag}
|
||||||
|
|
||||||
|
Nur erwähnte Literaturverweise werden auch im Literaturverzeichnis gedruckt:
|
||||||
|
\cite{baumgartner:2002}, \cite{dreyfus:1980}
|
||||||
|
\Gls{Glossareintrag}
|
||||||
|
Meine erste Fußnote\footnote{Ich bin eine Fußnote}
|
||||||
|
|
||||||
|
\begin{wrapfigure}{r}{.4\textwidth}
|
||||||
|
\includegraphics[height=.4\textwidth]{taler.png}
|
||||||
|
\vspace{-15pt}
|
||||||
|
\caption{Das Logo der Musterfirma\footnotemark}
|
||||||
|
\end{wrapfigure}
|
||||||
|
%Quelle muss in Fußnote stehen (da sonst aufgrund eines Fehlers nicht kompiliert
|
||||||
|
% wird)
|
||||||
|
\footnotetext{aus \cite{mustermann:2012}}
|
||||||
|
Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der das Bild
|
||||||
|
umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der
|
||||||
|
das Bild umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer
|
||||||
|
Text, der das Bild umfließt. Ein ganz langer Text, der das Bild umfließt. Ein
|
||||||
|
ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der das Bild
|
||||||
|
umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der
|
||||||
|
das Bild umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der das Bild
|
||||||
|
umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der
|
||||||
|
das Bild umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer
|
||||||
|
Text, der das Bild umfließt. Ein ganz langer Text, der das Bild umfließt. Ein
|
||||||
|
ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der das Bild
|
||||||
|
umfließt. Ein ganz langer Text, der das Bild umfließt. Ein ganz langer Text, der
|
||||||
|
das Bild umfließt.
|
160
doc/cs/content/withdraw_loophole_remediation.tex
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
\section{Remediation of the Withdraw Loophole}
|
||||||
|
The withdraw loophole allows untaxed and untraceable payments by "misusing" the withdraw protocol.
|
||||||
|
It allows withdraw operations where owner of the resulting coins isn't the owner of the reserve that the coins where withdrawn from.
|
||||||
|
It is used for tipping and can therefore be seen as a feature.
|
||||||
|
|
||||||
|
Using the withdraw loophole for payments is illustrated in figure \ref{fig:withdraw-loophole-exploit}.
|
||||||
|
Note that we omitted the parts leading up to the coin creation (contract, agreement of price, number of coins and their denominations).
|
||||||
|
This is how it works on a high level:
|
||||||
|
\begin{enumerate}
|
||||||
|
\item The malicous merchant generates and blinds coins, which are then transmitted to the customer
|
||||||
|
\item The customer authorizes the withdraw from his reserve by signing the blinded coins with the private key of his reserve, thus generating withdraw confirmations.
|
||||||
|
\item The withdraw confirmations are transmitted to the exchange, which generates the signatures and returns them to the malicous merchant.
|
||||||
|
\item The malicous merchant unblinds the signatures.
|
||||||
|
He is now in possession of the coin, thus the payment is completed.
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\begin{equation*}
|
||||||
|
\begin{array}{ l c l}
|
||||||
|
% preliminaries
|
||||||
|
\text{Customer} & & \text{malicous Merchant}
|
||||||
|
\\ \text{knows:} & & \text{knows:}
|
||||||
|
\\ \text{reserve keys } w_s, W_p
|
||||||
|
\\ \text{denomination public key } D_p = \langle e, N \rangle & & \text{denomination public key } D_p = \langle e, N \rangle
|
||||||
|
\\
|
||||||
|
% generate coin
|
||||||
|
\\ & & \text{generate coin key pair:}
|
||||||
|
\\ & & c_s, C_p \leftarrow \text{Ed25519.KeyGen}()
|
||||||
|
% blind
|
||||||
|
\\ & & \text{blind:}
|
||||||
|
\\ & & r \leftarrow random \in \mathbb{Z}_N^*
|
||||||
|
\\ & & m' := \text{FDH}(N, C_p)*r^{e} \mod N
|
||||||
|
% sing with reserve sk
|
||||||
|
\\ & \xleftarrow[\rule{2cm}{0pt}]{m'}
|
||||||
|
\\ \text{sign with reserve private key:}
|
||||||
|
\\ \rho_W := \langle D_p, m' \rangle
|
||||||
|
\\ \sigma_W := \text{Ed25519.Sign}(w_s, \rho_W)
|
||||||
|
\\ & \xrightarrow[\rule{2cm}{0pt}]{ \langle W_p, \sigma_W, \rho_W \rangle }
|
||||||
|
\\
|
||||||
|
% TODO add some kind of separator
|
||||||
|
\hline
|
||||||
|
\\
|
||||||
|
\text{malicous Merchant} & & \text{Exchange}
|
||||||
|
\\\text{knows:} & & \text{knows:}
|
||||||
|
\\& & \text{reserve public key } W_p
|
||||||
|
\\ \text{denomination public key } D_p = \langle e, N \rangle & & \text{denomination keys } d_s, D_p
|
||||||
|
\\
|
||||||
|
\\ & \xrightarrow[\rule{2cm}{0pt}]{ \langle W_p, \sigma_W, \rho_W \rangle }
|
||||||
|
\\ & & \langle D_p, m' \rangle := \rho_W
|
||||||
|
\\ & & \text{verify if } D_p \text{ is valid}
|
||||||
|
\\ & & \textbf{check } \text{Ed25519.Verify}(W_p, \rho_W, \sigma_W)
|
||||||
|
\\ & & \text{decrease balance if sufficient}
|
||||||
|
\\ & & \text{sign:}
|
||||||
|
\\ & & \sigma'_c := (m')^{d_s} \mod N
|
||||||
|
\\ & \xleftarrow[\rule{2cm}{0pt}]{\sigma'_c}
|
||||||
|
\\ \text{unblind:}
|
||||||
|
\\ \sigma_c := \sigma'_c*r^{-1}
|
||||||
|
\\ \text{verify signature:}
|
||||||
|
\\ \textbf{check if } \sigma_c = \text{FDH}(N, C_p)
|
||||||
|
\\
|
||||||
|
\\ \text{resulting coin: } \langle c_s, C_p, \sigma_c, D_p \rangle
|
||||||
|
\end{array}
|
||||||
|
\end{equation*}
|
||||||
|
\caption{untaxed payment using withdraw loophole}
|
||||||
|
\label{fig:withdraw-loophole-exploit}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsection{Requirements For A Possible Solution}
|
||||||
|
A viable solution has to fix the withdraw loophole, while still providing a solution for tipping. In addition, Taler's security properties must not be weakened.
|
||||||
|
|
||||||
|
The underlying problem that has to be solved is to check that the person withdrawing a coin is also the owner of the reserve used in the withdraw.
|
||||||
|
This has to be solved in a way that prevents the customer and malicious merchant to work together.
|
||||||
|
|
||||||
|
% Requirements For A Perfect Solution}
|
||||||
|
% minimal adjustments to Taler
|
||||||
|
% Commitment to sk of Reserve -> constructed by customer (key owner)
|
||||||
|
% commitment to sk of coin
|
||||||
|
% how do we ensure that the customer is key owner? -> combine with reserve sk
|
||||||
|
% how do we verify? problems with blinding
|
||||||
|
% how do we ensure that the coin in the commitment is the coin that is signed?
|
||||||
|
% exchange must not learn anything about coin to prevent linking of withdraw and transaction
|
||||||
|
|
||||||
|
\subsection{Discussed Solution}
|
||||||
|
For our proposed solution, a few adjustments to Taler have to be made:
|
||||||
|
\begin{itemize}
|
||||||
|
\item The withdraw confirmation must include a commitment to the public key.
|
||||||
|
This commitment must be constructed in a way that requires the customer to know the public key.
|
||||||
|
The exception to this are special tipping reserves (to preserve the tipping feature).
|
||||||
|
\item Cut-and-choose is added to the withdraw protocol.
|
||||||
|
This means that the customer has to generate the coin and withdraw confirmation $ k $ times.
|
||||||
|
The exchange will then choose one of the $ k $ sessions.
|
||||||
|
The customer has to reveal the coin public key, blinding secret and commitment for all sessions except the chosen one.
|
||||||
|
If the customer isn't able to deliver, the reserve is locked for future withdraws until the other sessions are delivered.
|
||||||
|
Cut-and-choose is introduced to verify whether the customer honestly created the commitment and used the same coin public key for the signature creation and the commitment.
|
||||||
|
If the reserve is a special tip reserve (which has to be registered), this check is omitted.
|
||||||
|
\item An additional protocol is created that transfers the remaining value of a coin back to the reserve if anyone is able to reveal the commitment from the withdrawal.
|
||||||
|
The adjustments described up to this point lead to the customer knowing all the necessary values for using this protocol.
|
||||||
|
Besides the customer, no one must be able to reproduce the commitment, except in case of a reserve key compromise.
|
||||||
|
\item Reserves are limited (usually only one, unless justified) and bound to a customer (KYC).
|
||||||
|
% this goes further than fixing the loophole. It prevents people from creating new reserves that are then to be transfered
|
||||||
|
% TODO check if there are disadvantages to this, especially regarding privacy
|
||||||
|
\item For a coin to be refreshable, it must have been seen by the exchange before, meaning that it had to be used for a payment.
|
||||||
|
The purpose of this is to prevent a malicious merchant to simply refresh a coin after withdraw to prevent the customer from reverting the withdraw.
|
||||||
|
\item For any coin used in a payment, the subtracted value must be higher that a certain threshold (set globally or per denomination).
|
||||||
|
For example, if the threshold is $ 10\% $, at least CHF 10 of a 100 CHF coin must be used for a payment.
|
||||||
|
The goal of this change is to prevent a malicious merchant from buying a very cheap article to be able to refresh the coin.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The commitment has to fulfill the following properties:
|
||||||
|
\begin{enumerate}
|
||||||
|
\item It has to be constructed using the reserve private key and must be verifiable using the corresponding public key.
|
||||||
|
\item It has to include the coin public key.
|
||||||
|
\item It has to be constructed in a way that ensures that the customer has knowledge of the coin public key.
|
||||||
|
\item Everyone with knowledge of the two keys must be able to recreate it.
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
A possible commitment that partially satisfies the properties can be constructed by hashing a signature of the coin's public key:
|
||||||
|
\begin{equation*}
|
||||||
|
H( \text{Ed25519.Sign} (w_w, C_p) )
|
||||||
|
\end{equation*}
|
||||||
|
Note that the PureEdDSA variant of Ed25519 has to be used for this.
|
||||||
|
This variant doesn't hash the message before signing (see \cite{rfc8032} for further details).\\
|
||||||
|
It is still possible for a customer and a malicious merchant to construct the commitment without the customer gaining knowledge of the coin public key.
|
||||||
|
However, the customer has to share one half of the hash of the reserve private key (which is practically one half of the private key, refer to section \ref{sec:eddsa-signature-creation} for details about EdDSA signature creation).
|
||||||
|
|
||||||
|
% was passiert wenn im Verhör und gezwungen wird, Keys herauszurücken?
|
||||||
|
|
||||||
|
There is one drawback to this solution:
|
||||||
|
In case of a reserve key compromise, coins generated by withdraw operation (not refreshed ones) can be linked to withdraw operations, thus revealing relationships between reserves and payments.
|
||||||
|
This is because an adversary (exchange or auditor) in possession of a reserve private key and coin public keys can calculate $ \text{H(Ed25519.Sign}(w_s, C_p)) $ and check in the database if there is a corresponding withdraw operation, thus linking reserve and coin.
|
||||||
|
|
||||||
|
\subsubsection{Discussion}
|
||||||
|
This is not perfect solution.
|
||||||
|
It is designed to make untaxed payments using the withdraw loophole less attractive to use for merchants.
|
||||||
|
If accepted, it should only be used in deployments where the withdraw loophole has to be prohibited.\\
|
||||||
|
The proposed modifications achieve that a malicious merchant, who wants to perform payments using the withdraw loophole, has to accept one of these drawbacks:
|
||||||
|
\begin{itemize}
|
||||||
|
\item He has to accept that the customer is able to revert the payment.
|
||||||
|
\item He has to spend the coins fully.\\
|
||||||
|
If he is registered as a merchant at an exchange, he can perform payments to himself to launder the money.
|
||||||
|
Here, Talers \ac{AML} capabilities come into play.\\
|
||||||
|
The other possibility is to buy goods at other merchants.
|
||||||
|
These goods then have to be liquidated, which requires effort.
|
||||||
|
This wouldn't be a problem (for the malicous merchant) if cryptocurrency can be bought using Taler.
|
||||||
|
\item He has to spend the coins partially to be able to refresh them (thus preventing payment reversion by the customer).
|
||||||
|
The goods that were bought using the coin fraction then would have to be liquidated (see previous point).
|
||||||
|
\item He has to add the threshold value that is lost in order to refresh the coin into the price for payments.
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
The commitment added to the withdrawal weakens the privacy of coins.
|
||||||
|
Blinding guarantees everlasting privacy, which would be neutralized by the commitment.
|
||||||
|
|
||||||
|
The added cut-and-choose makes withdrawing more intensive, which leads to increased infrastructure requirements (and therefore costs).
|
||||||
|
|
||||||
|
The added threshold makes coin spending less flexible.
|
||||||
|
Wallets either have to contain more coins to guarantee that there is always a coin (or multiple) available to guarantee a payment without violating the threshold limitations.
|
||||||
|
The other variant is that wallets refrain from withdrawing coins with big(ger) denominations, which leads to bigger sums of coins used per payment.
|
||||||
|
|
||||||
|
This discussed solution is submitted to the Taler team as a part of the thesis documentation, upon which they can review the protocol changes and decide whether to pursue further.
|
||||||
|
Therefore, the solution will not be implemented during this thesis.
|
373
doc/cs/content/x_taler.tex
Normal file
@ -0,0 +1,373 @@
|
|||||||
|
\chapter{Taler}
|
||||||
|
|
||||||
|
\section{Taler Architecture}
|
||||||
|
|
||||||
|
\subsection{Auditor}
|
||||||
|
The following text is cited from section 4.4 in \cite{dold:the-gnu-taler-system}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"The auditor consists of two processes that are regularly run and generate auditing reports.
|
||||||
|
Both processes access the exchange’s database, either directly (for exchange-internal auditing as part if its operational security) or over a replica (in the case of external auditors).
|
||||||
|
The taler-wire-auditor process checks that the incoming and outgoing transfers recorded in the exchange’s database match wire transfers of the underlying bank account.
|
||||||
|
To access the transaction history (typically recorded by the bank), the wire auditor uses a wire plugin, with the same interface and implementation as the exchange’s wire plugins.
|
||||||
|
The taler-auditor process generates a report with the following information:
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textit{Do the operations stored in a reserve’s history match the reserve’s balance?}
|
||||||
|
\item \textit{Did the exchange record outgoing transactions to the right merchant for deposits after the deadline for the payment was reached?}
|
||||||
|
\item \textit{Do operations recorded on coins (deposit, refresh, refund) match the remaining value on the coin?}
|
||||||
|
\item \textit{Do operations respect the expiration of denominations?}
|
||||||
|
\item \textit{For a denomination, is the number of pairwise different coin public keys recorded in deposit/refresh operations smaller or equal to the number of blind signatures recorded in withdraw/refresh operations? If this invariant is violated, the corresponding denomination must be revoked.}
|
||||||
|
\item \textit{What is the income if the exchange from different fees?}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
\dots
|
||||||
|
The auditor exposes a web server with the taler-auditor-httpd process.
|
||||||
|
Currently, it only shows a website that allows the customer to add the auditor to the list of trusted auditors in their wallet.
|
||||||
|
In future versions, the auditor will also have HTTP endpoints that allow merchants to submit samples of deposit confirmations, which will be checked against the deposit permissions in the exchange’s database to detect compromised signing keys or missing writes.
|
||||||
|
Furthermore, in deployments that require the merchant to register with the exchange beforehand, the auditor also offers a list of exchanges it audits, so that the merchant backend can automatically register with all exchanges it transitively trusts."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
Some details were left out (see at the dots) and can be read in section 4.4 in \cite{dold:the-gnu-taler-system}
|
||||||
|
|
||||||
|
\subsubsection{Technical Details}
|
||||||
|
Documentation: \cite{taler-documentation:auditor-operator-manual} \\
|
||||||
|
Git Repositories:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Main repository: \cite{taler-git:exchange} (Part of exchange repository, inside ./src/auditor and ./src/auditordb)
|
||||||
|
\item Auditor's public website: \cite{taler-git:auditor}
|
||||||
|
\end{itemize}
|
||||||
|
Language: C \\
|
||||||
|
Dependencies:
|
||||||
|
\begin{itemize}
|
||||||
|
\item GNUnet >= 0.14.0
|
||||||
|
\item GNU libmicrohttpd >= 0.9.71
|
||||||
|
\item Postgres >= 9.6, including libpq
|
||||||
|
\item libjansson >= 2.7
|
||||||
|
\item libargon2 >= 20171227
|
||||||
|
\item libsodium >= 1.0
|
||||||
|
\item libgcrypt >= 1.6
|
||||||
|
\item libqrencode >= 4.0.0
|
||||||
|
\item libcurl >= 7.26 (or libgnurl >= 7.26)
|
||||||
|
\item GNU libunistring >= 0.9.3
|
||||||
|
\item libsqlite3 >= 3.16.2
|
||||||
|
\end{itemize}
|
||||||
|
The auditor API is implemented as REST API and uses \ac{JSON} as message format.
|
||||||
|
The auditor does not implement HTTPS (TLS), instead it recommends using a HTTP reverse Proxy that offers TLS termination.
|
||||||
|
By delegating the responsibility for TLS termination, the auditor implementation becomes lighter.
|
||||||
|
|
||||||
|
There are a lot more technical details written in the documentation linked above and in the README files.
|
||||||
|
Since Taler is actively developed and technical details could change, we refer to this documentation.
|
||||||
|
|
||||||
|
\subsection{Exchange}
|
||||||
|
The following text is cited from section 4.3 in \cite{dold:the-gnu-taler-system}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"The exchange consists of three independent processes:
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\begin{itemize}
|
||||||
|
\item \textit{The taler-exchange-httpd process handles HTTP requests from clients, mainly merchants and wallets.}
|
||||||
|
\item \textit{The taler-exchange-wirewatch process watches for wire transfers to the exchange’s bank account and updates reserves based on that.}
|
||||||
|
\item \textit{The taler-exchange-aggregator process aggregates outgoing transactions to merchants.}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
All three processes exchange data via the same database.
|
||||||
|
Only taler-exchange-httpd needs access to the exchanges online signing keys and denomination keys.
|
||||||
|
The database is accessed via a Taler-specific database abstraction layer.
|
||||||
|
Different databases can be supported via plugins; at the time of writing this, only a PostgreSQL plugin has been implemented.
|
||||||
|
Wire plugins are used as an abstraction to access the account layer that Taler runs on.
|
||||||
|
Specifically, the wirewatch process uses the plugin to monitor incoming transfers, and the aggregator process uses the wire plugin to make wire transfers to merchants.
|
||||||
|
The following APIs are offered by the exchange:
|
||||||
|
}
|
||||||
|
|
||||||
|
\textbf{\textit{Announcing keys, bank accounts and other public information}}\\
|
||||||
|
\textit{
|
||||||
|
The exchange offers the list of denomination keys, signing keys, auditors, supported bank accounts, revoked keys and other general information needed to use the exchange’s services via the /keys and /wire APIs.
|
||||||
|
}
|
||||||
|
|
||||||
|
\textbf{\textit{Reserve status and withdrawal}}\\
|
||||||
|
\textit{
|
||||||
|
After having wired money to the exchange, the status of the reserve can be checked via the /reserve/status API. Since the wire transfer usually takes some time to arrive at the exchange, wallets should periodically poll this API, and initiate a withdrawal with /reserve/withdraw once the exchange received the funds.
|
||||||
|
}
|
||||||
|
|
||||||
|
\textbf{\textit{Deposits and tracking}}\\
|
||||||
|
\textit{
|
||||||
|
Merchants transmit deposit permissions they have received from customers to the exchange via the/deposit API. Since multiple deposits are aggregated into one wire transfer, the merchant additionally can use the exchange’s /track/transfer API that returns the list of deposits for an identifier included in the wire transfer to the merchant, as well as the /track/transaction API to look up which wire transfer included the payment for a given deposit.
|
||||||
|
}
|
||||||
|
|
||||||
|
\textbf{\textit{Refunds}}\\
|
||||||
|
\textit{
|
||||||
|
The refund API (/refund) can “undo” a deposit if the merchant gave their signature, and the aggregation deadline for the payment has not occurred yet.
|
||||||
|
}
|
||||||
|
|
||||||
|
\textbf{\textit{Emergency payback}}\\
|
||||||
|
\textit{
|
||||||
|
The emergency payback API (/payback) allows customers to be compensated for coins whose denomination key has been revoked.
|
||||||
|
Customers must send either a full withdrawal transcript that includes their private blinding factor, or a refresh transcript (of a refresh that had the revoked denominations as one of the targets) that includes blinding factors.
|
||||||
|
In the former case, the reserve is credited, in the latter case, the source coin of the refresh is refunded and can be refreshed again."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
Additional information for how the exchange generates new denomination and signing keys can be found in the end of section 4.3 of \cite{dold:the-gnu-taler-system}.
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\centering
|
||||||
|
\includegraphics[height=0.5\textwidth]{taler-exchange.png}
|
||||||
|
\caption{Architecture of the Taler Exchange reference implementation. Source: \cite{dold:the-gnu-taler-system}}
|
||||||
|
\label{fig:taler-arch-exchange}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsubsection{Technical Details}
|
||||||
|
|
||||||
|
Documentation: \cite{taler-documentation:exchange-operator-manual} \\
|
||||||
|
Git Repository: Main repository: \cite{taler-git:exchange} \\
|
||||||
|
Language: C \\
|
||||||
|
Dependencies:
|
||||||
|
\begin{itemize}
|
||||||
|
\item GNUnet >= 0.14.0
|
||||||
|
\item GNU libmicrohttpd >= 0.9.71
|
||||||
|
\item Postgres >= 9.6, including libpq
|
||||||
|
\item libjansson >= 2.7
|
||||||
|
\item libargon2 >= 20171227
|
||||||
|
\item libsodium >= 1.0
|
||||||
|
\item libgcrypt >= 1.6
|
||||||
|
\item libqrencode >= 4.0.0
|
||||||
|
\item libcurl >= 7.26 (or libgnurl >= 7.26)
|
||||||
|
\item GNU libunistring >= 0.9.3
|
||||||
|
\item libsqlite3 >= 3.16.2
|
||||||
|
\end{itemize}
|
||||||
|
The exchange’s API is implemented as REST API and uses \ac{JSON} as message format.
|
||||||
|
|
||||||
|
There are a lot more technical details written in the documentation linked above and in the README files.
|
||||||
|
Since Taler is actively developed and technical details could change, we refer to this documentation.
|
||||||
|
|
||||||
|
\subsection{Merchant}
|
||||||
|
The following text is cited from section 4.5 in \cite{dold:the-gnu-taler-system}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"The Taler merchant backend is a component that abstracts away the details of processing Taler payments and provides a simple HTTP API.
|
||||||
|
The merchant backend handles cryptographic operations (signature verification, signing), secret management and communication with the exchange.
|
||||||
|
The backend API (see \url{https://docs.taler.net/api/}) is divided into two types of HTTP endpoints:
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item \textit{Functionality that is accessed internally by the merchant.
|
||||||
|
These API stypically require authentication and/or are only accessible from within the private network of the merchant.}
|
||||||
|
\item \textit{Functionality that is exposed publicly on the Internet and accessed by the customer’s wallet and browser.}
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
A typical merchant has a storefront component that customers visit with their browser, as well as a back office component that allows the merchant to view information about payments that customers made and that integrates with other components such as order processing and shipping."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\subsubsection{Processing Payments}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"To process a payment, the storefront first instructs the backend to create an order.
|
||||||
|
The order contains information relevant to the purchase, and is in fact a subset of the information contained in the contract terms.
|
||||||
|
The backend automatically adds missing information to the order details provided by the storefront.
|
||||||
|
The full contract terms can only be signed once the customer provides the claim public key for the contract.\\
|
||||||
|
Each order is uniquely identified by an order ID, which can be chosen by the storefront or automatically generated by the backend.
|
||||||
|
The order ID can be used to query the status of the payment.
|
||||||
|
If the customer did not pay for an order ID yet, the response from the backend includes a payment redirect URL.
|
||||||
|
The storefront can redirect the customer to this payment redirect URL; visiting the URL will trigger the customer’s browser/wallet to prompt for a payment.\\
|
||||||
|
To simplify the implementation of the storefront, the merchant backend can serve a page to the customer’s browser that triggers the payment via the HTTP402 status code and the corresponding headers, and provides a fallback (in the form of a taler:pay link) for loosely integrated browsers.
|
||||||
|
When checking the status of a payment that is not settled yet, the response from the merchant backend will contains a payment redirect URL.
|
||||||
|
The storefront redirects the browser to this URL, which is served by the merchant backend and triggers the payment.
|
||||||
|
\dots "
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\subsubsection{Back Office APIs}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"The back office API allows the merchant to query information about the history and status of payments, as well as correlate wire transfers to the merchant’s bank account with the respective GNU Taler payment.
|
||||||
|
This API is necessary to allow integration with other parts of the merchant’s e-commerce infrastructure."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
% Nachfolgende Section nicht notwendig.
|
||||||
|
% \subsubsection{Example Merchant Frontends}
|
||||||
|
% This section is included to provide an overview of the reference implementation for the merchant.
|
||||||
|
% This helps to get a better understanding of how a merchant could potentially look like.
|
||||||
|
% Note that the actual code could differ from the cited part.
|
||||||
|
% The actual code can be found in \url{git.taler.net}
|
||||||
|
% \begin{center}
|
||||||
|
% \textit{
|
||||||
|
% We implemented the following applications using the merchant backend API.
|
||||||
|
% }
|
||||||
|
|
||||||
|
% \textit{\textbf{Blog Merchant}}\\
|
||||||
|
% \textit{
|
||||||
|
% The blog merchant’s landing page has a list of article titles with a teaser.
|
||||||
|
% When following the link to the article, the customer is asked to pay to view the article.
|
||||||
|
% }
|
||||||
|
|
||||||
|
% \textit{\textbf{Donations}}\\
|
||||||
|
% \textit{
|
||||||
|
% The donations frontend allows the customer to select a project to donate to.
|
||||||
|
% The fulfillment page shows a donation receipt.
|
||||||
|
% }
|
||||||
|
|
||||||
|
% \textit{\textbf{Codeless Payments}}\\
|
||||||
|
% \textit{
|
||||||
|
% The codeless payment frontend is a prototype for a user interface that allows merchants to sell products on their website without having to write code to integrate with the merchant backend.
|
||||||
|
% Instead, the merchant uses a web interface to manage products and their available stock.
|
||||||
|
% The codeless payment frontend then creates an HTML snippet with a payment button that the merchant can copy-and-paste integrate into their storefront.
|
||||||
|
% }
|
||||||
|
|
||||||
|
% \textit{\textbf{Survey}}\\
|
||||||
|
% \textit{
|
||||||
|
% The survey frontend showcases the tipping functionality of GNU Taler.
|
||||||
|
% The user fills out a survey and receives a tip for completing it.
|
||||||
|
% }
|
||||||
|
|
||||||
|
% \textit{\textbf{Back Office}}\\
|
||||||
|
% \textit{
|
||||||
|
% The example back-office application shows the history and status of payments processed by the merchant.
|
||||||
|
% }
|
||||||
|
% \end{center}
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\centering
|
||||||
|
\includegraphics[height=0.5\textwidth]{taler-merchant.png}
|
||||||
|
\caption{Architecture Taler Merchant reference implementation. Source: \cite{dold:the-gnu-taler-system}}
|
||||||
|
\label{fig:taler-arch-merchant}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsubsection{Technical Details}
|
||||||
|
|
||||||
|
Documentation: \cite{taler-documentation:merchant-backend-operator-manual} \\
|
||||||
|
API Documentation: \cite{taler-documentation:merchant-api} \\
|
||||||
|
Back-office Documentation: \cite{taler-documentation:back-office} \\
|
||||||
|
Point-of-Sales Documentation: \cite{taler-documentation:pos-manual} \\
|
||||||
|
Git Repositories:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Backend: \cite{taler-git:merchant}
|
||||||
|
\item Backoffice: \cite{taler-git:backoffice}
|
||||||
|
\item Point-of-Sales App: \cite{taler-git:android} (part of android repo)
|
||||||
|
\end{itemize}
|
||||||
|
Language: C (Backend), Kotlin (\ac{PoS}), [Python, Javascript] (Backoffice)\\
|
||||||
|
Dependencies:
|
||||||
|
\begin{itemize}
|
||||||
|
\item GNUnet >= 0.14.0
|
||||||
|
\item GNU libmicrohttpd >= 0.9.71
|
||||||
|
\item Postgres >= 9.6, including libpq
|
||||||
|
\item libjansson >= 2.7
|
||||||
|
\item libargon2 >= 20171227
|
||||||
|
\item libsodium >= 1.0
|
||||||
|
\item libgcrypt >= 1.6
|
||||||
|
\item libqrencode >= 4.0.0
|
||||||
|
\item libcurl >= 7.26 (or libgnurl >= 7.26)
|
||||||
|
\item GNU libunistring >= 0.9.3
|
||||||
|
\item libsqlite3 >= 3.16.2
|
||||||
|
\item Flask (Backoffice)
|
||||||
|
\end{itemize}
|
||||||
|
Frontend Repositories:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Payments with Django: \cite{taler-git:django-payments}
|
||||||
|
\item Wordpress woocommerce plugin: \cite{taler-git:woocommerce}
|
||||||
|
\item Saleor Frontend: \cite{taler-git:saleor}
|
||||||
|
\item Demo Frontends: \cite{taler-git:merchant-demos}
|
||||||
|
\end{itemize}
|
||||||
|
The merchant’s API is implemented as REST API and uses \ac{JSON} as message format.
|
||||||
|
The \ac{PoS} app is for the merchant to process customer's orders by adding or removing products, calculating the amount owed by the customer or letting the customer make a Taler payment via QR code or NFC.
|
||||||
|
The back office Web service allows a merchant to check status of their Taler transactions.
|
||||||
|
There are already a lot of demo pages and integrations for different e-commerce solutions.
|
||||||
|
|
||||||
|
There are a lot more technical details written in the documentation linked above and in the README files.
|
||||||
|
Since Taler is actively developed and technical details could change, we refer to this documentation.
|
||||||
|
|
||||||
|
\subsection{Wallet}
|
||||||
|
The following text is cited from section 4.6 in \cite{dold:the-gnu-taler-system}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"The wallet manages the customer’s reserves and coins, lets the customer view and pay for contracts from merchants. \dots
|
||||||
|
The reference implementation of the GNU Taler wallet is written in the Type-Script language against the WebExtension API, a cross-browser mechanism for browser extensions.
|
||||||
|
The reference wallet is a “tightly integrated” wallet, as it directly hooks into the browser to process responses with the HTTP status code“402 Payment Required”.\\
|
||||||
|
Many cryptographic operations needed to implement the wallet are not commonly available in a browser environment.
|
||||||
|
We cross-compile the GNU Taler utility library written in C as well as its dependencies (such as libgcrypt) to asm.js (and WebAssembly on supported platforms) using the LLVM-based emscripten toolchain.
|
||||||
|
Cryptographic operations run in an isolated process implemented as a WebWorker.
|
||||||
|
This design allows the relatively slow cryptographic operations to run concurrently in the background in multiple threads.
|
||||||
|
Since the crypto WebWorkers are started on-demand, the wallet only uses minimal resources when not actively used."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\subsubsection{Optimizations}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
"To improve the perceived performance of cryptographic operations, the wallet optimistically creates signatures in the background while the user is looking at the “confirm payment” dialog.
|
||||||
|
If the user does not accept the contract, these signatures are thrown away instead of being sent to the merchant.
|
||||||
|
This effectively hides the latency of the most expensive cryptographic operations, as they are done while the user consciously needs to make a decision on whether to proceed with a payment."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\subsubsection{Wallet Detection}
|
||||||
|
\begin{center}
|
||||||
|
\textit{
|
||||||
|
" \dots
|
||||||
|
Browser fingerprinting is a concern with any additional APIs made available to websites, either by the browser itself or by browser extensions.
|
||||||
|
Since a website can simply try to trigger a payment to determine whether a tightly integrated Taler wallet is installed, one bit of additional fingerprinting information is already available through the usage of Taler.
|
||||||
|
The dynamic detection methods do not, however, expose any information that is not already available to websites by signaling the wallet through HTTP headers."
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\subsubsection{Further Wallet Features}
|
||||||
|
More information about other Wallet Features like coin selection, wallet liquidation and wallet signaling can be found in sections 4.6.2, 4.6.5 and 4.6.6 of \cite{dold:the-gnu-taler-system}.
|
||||||
|
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\centering
|
||||||
|
\includegraphics[height=0.5\textwidth]{taler-wallet.png}
|
||||||
|
\caption{Architecture of the Taler Wallet reference implementation. Source: \cite{dold:the-gnu-taler-system}}
|
||||||
|
\label{fig:taler-wallet-reference-impl}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\subsubsection{Technical Details}
|
||||||
|
|
||||||
|
Documentation: \cite{taler-documentation:wallet-developer-manual} \\
|
||||||
|
Wallet-CLI documentation: \cite{taler-documentation:wallet-cli-manual} \\
|
||||||
|
Git Repository:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Main repository: \cite{taler-git:wallet-core} \\
|
||||||
|
This Repository includes the wallet-core and the implementations for the web extension and CLI.
|
||||||
|
\item Android app: \cite{taler-git:android}
|
||||||
|
\item iOS app: \cite{taler-git:ios}
|
||||||
|
\end{itemize}
|
||||||
|
Language: Typescript, Javascript (wallet-core, web extension), Kotlin (Android app), Swift (iOS app)\\
|
||||||
|
Dependencies:
|
||||||
|
\begin{itemize}
|
||||||
|
\item prettier
|
||||||
|
\item rimraf
|
||||||
|
\item rollup
|
||||||
|
\item typescript
|
||||||
|
\item ava
|
||||||
|
\item esbuild
|
||||||
|
\item axios
|
||||||
|
\item tslib
|
||||||
|
\item cancellationtoken
|
||||||
|
\item minimatch
|
||||||
|
\item source-map-support
|
||||||
|
\item big-integer
|
||||||
|
\item fflate
|
||||||
|
\item esm
|
||||||
|
\item jed
|
||||||
|
\item nyc
|
||||||
|
\item po2json
|
||||||
|
\item typedoc
|
||||||
|
\item api-extractor
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
There are a lot more technical details written in the documentation linked above and in the README files.
|
||||||
|
Since Taler is actively developed and technical details could change, we refer to this documentation.
|
||||||
|
|
||||||
|
|
BIN
doc/cs/images/bfh_logo.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
doc/cs/images/diagram-simple.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
doc/cs/images/logo-2021.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
doc/cs/images/projectplan.png
Normal file
After Width: | Height: | Size: 323 KiB |
BIN
doc/cs/images/taler-exchange.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
doc/cs/images/taler-merchant.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
doc/cs/images/taler-pki.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
doc/cs/images/taler-wallet.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
doc/cs/images/taler_bigger.png
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
doc/cs/images/taler_cut_and_choose.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
doc/cs/images/taler_refresh_link_threat.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
doc/cs/images/taler_refresh_transfer_key.png
Normal file
After Width: | Height: | Size: 27 KiB |
93
doc/cs/thesis.tex
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
%============================ MAIN DOCUMENT ================================
|
||||||
|
% define document class
|
||||||
|
\documentclass[
|
||||||
|
a4paper % paper format
|
||||||
|
% ,10.5pt % fontsize
|
||||||
|
% ,BCOR=18mm % Binding correction
|
||||||
|
% ,twoside
|
||||||
|
% ,headings=openright
|
||||||
|
,bibliography=totoc % If enabled add bibliography to TOC
|
||||||
|
,class=scrreprt % If removed, makes book format (1 side left, 1 right)
|
||||||
|
,listof=totoc % If enabled add lists to TOC
|
||||||
|
% ,bilingual
|
||||||
|
,monolingual
|
||||||
|
% ,invert-title % Invert the BFH colors
|
||||||
|
]{bfhthesis} % KOMA-script report
|
||||||
|
|
||||||
|
\input{ads/header.tex}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\frontmatter
|
||||||
|
|
||||||
|
|
||||||
|
\input{variable.sty}
|
||||||
|
|
||||||
|
%---------------- BFH tile page -----------------------------------------
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
% Abstract
|
||||||
|
\input{ads/abstract}
|
||||||
|
|
||||||
|
%------------ TABLEOFCONTENTS ----------------
|
||||||
|
\tableofcontents
|
||||||
|
|
||||||
|
%------------ START MAIN PART ----------------
|
||||||
|
\mainmatter
|
||||||
|
|
||||||
|
%------------ Introduction
|
||||||
|
\input{content/1_introduction.tex}
|
||||||
|
|
||||||
|
%------------ Project management
|
||||||
|
% \input{content/2_project_management.tex}
|
||||||
|
|
||||||
|
%------------ Preliminaries
|
||||||
|
\input{content/3_preliminaries.tex}
|
||||||
|
|
||||||
|
%------------ Execution
|
||||||
|
\input{content/4_execution.tex}
|
||||||
|
|
||||||
|
%------------ Discussion
|
||||||
|
\input{content/5_discussion.tex}
|
||||||
|
|
||||||
|
%------------ Conclusion
|
||||||
|
\input{content/6_conclusion.tex}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%------------ Eidesstattliche Erklärung
|
||||||
|
\includepdf[pages=1]{ads/Erklaerung}
|
||||||
|
%------------ History
|
||||||
|
% \input{ads/history}
|
||||||
|
|
||||||
|
%------------ Abbildungsverzeichnis
|
||||||
|
%\cleardoublepage
|
||||||
|
\listoffigures
|
||||||
|
|
||||||
|
%------------ Tabellenverzeichnis
|
||||||
|
%\cleardoublepage
|
||||||
|
\listoftables
|
||||||
|
|
||||||
|
% TODO
|
||||||
|
%------------ Quellcodeverzeichnis
|
||||||
|
% \cleardoublepage
|
||||||
|
\phantomsection \label{listoflist}
|
||||||
|
\addcontentsline{toc}{chapter}{List of listings}
|
||||||
|
\lstlistoflistings
|
||||||
|
|
||||||
|
%------------ Literaturverzeichnis
|
||||||
|
%\cleardoublepage
|
||||||
|
\printbibliography
|
||||||
|
|
||||||
|
%------------ Abkürzungsverzeichnis
|
||||||
|
%\cleardoublepage
|
||||||
|
\phantomsection \label{listofacs}
|
||||||
|
\addcontentsline{toc}{chapter}{Abbreviations}
|
||||||
|
\input{ads/abbreviation}
|
||||||
|
|
||||||
|
%------------ Glossar
|
||||||
|
\printglossary[style=altlist,title=Glossary]
|
||||||
|
|
||||||
|
%------------ Anhang
|
||||||
|
\input{content/appendix.tex}
|
||||||
|
\end{document}
|
15
doc/cs/variable.sty
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
\title{Adding Schnorr's Blind Signature in Taler}
|
||||||
|
\subtitle{An improved Taler Blind Signature System}
|
||||||
|
\author{{Gian Demarmels}, {Lucien Heuzeveldt}}
|
||||||
|
\institution{Bern University of Applied Science}
|
||||||
|
\department{Engineering and Computer Sciences}
|
||||||
|
\institute{Institute for Cybersecurity and Engineering ICE}
|
||||||
|
\version{1.0}
|
||||||
|
\titlegraphic{\includegraphics[width=\width]{logo-2021.png}}
|
||||||
|
\advisor{Prof. Dr. Emmanuel Benoist}
|
||||||
|
\expert{Elektronikingenieur HTL Daniel Voisard}
|
||||||
|
\degreeprogram{Bachelor of Science in Computer Science}
|
||||||
|
\setupSignature{
|
||||||
|
G. Demarmels={\includegraphics[width=\linewidth]{logo-2021.png}},
|
||||||
|
L. Heuzeveldt={\includegraphics[width=\linewidth]{bfh_logo.png}\vskip-\baselineskip}
|
||||||
|
}
|