diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-10-01 18:38:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-10-01 18:38:22 +0200 |
commit | cf5b48eaaa584b778bec0b85e0762f94f55b2f22 (patch) | |
tree | 1818a5023d23abc16af78f7bffa3a63debf43569 /doc/paper | |
parent | e2f988b995290fdfa2552a396766c32dc7993fa9 (diff) |
make formulations precise
Diffstat (limited to 'doc/paper')
-rw-r--r-- | doc/paper/taler.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex index da10145ae..e3d595ecb 100644 --- a/doc/paper/taler.tex +++ b/doc/paper/taler.tex @@ -1360,7 +1360,7 @@ indicate the application of a function $f$ to one or more arguments. \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$} - \item[$S_K()$]{Chaum-style RSA signature, commutes with blinding operation $B_b()$} + \item[$S_K()$]{Chaum-style RSA signature, $S_K(C) = U_b(S_K(B_b(C)))$} \item[$w_s$]{Private key from customer for authentication} \item[$W_p$]{Public key corresponding to $w_s$} \item[$W$]{Public-private customer authentication key pair $W := (w_s, W_p)$} |