exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ad26eafb648b185eeaf77d06e0ebb84c77633ab5
parent 33015d9ecbffae78a6c6e56a539247d83a6ecccf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 May 2017 14:41:18 +0200

shorten description to avoid line break

Diffstat:
Mdoc/paper/taler.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex @@ -1634,7 +1634,7 @@ data being persisted are represented in between $\langle\rangle$. \item[$K_s$]{Denomination private (RSA) key of the exchange used for coin signing} \item[$K_p$]{Denomination public (RSA) key corresponding to $K_s$} \item[$K$]{Public-priate (RSA) denomination key pair $K := (K_s, K_p)$} - \item[$\FDH_K$]{Full domain hash over the modulus of the public key of $K$} + \item[$\FDH_K$]{Full domain hash over the modulus of $K_p$} \item[$b$]{RSA blinding factor for RSA-style blind signatures} \item[$B_b()$]{RSA blinding over the argument using blinding factor $b$} \item[$U_b()$]{RSA unblinding of the argument using blinding factor $b$}