summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-26 15:05:27 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-26 15:05:27 +0200
commita0d410e01b77373fc2ee2d60d082d470c3c75474 (patch)
treef040313b1d84daf5ed7460779b4544d96fdfa619 /src/include/taler_signatures.h
parentd36a2008e83ffea35dbbcbe48c221843de875b46 (diff)
downloadexchange-a0d410e01b77373fc2ee2d60d082d470c3c75474.tar.gz
exchange-a0d410e01b77373fc2ee2d60d082d470c3c75474.tar.bz2
exchange-a0d410e01b77373fc2ee2d60d082d470c3c75474.zip
fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash value
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 181c50169..db71cca68 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -793,7 +793,7 @@ struct TALER_ExchangeKeyValidityPS
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
/**
- * Hash of the auditor's URL.
+ * Hash of the auditor's URL (including 0-terminator).
*/
struct GNUNET_HashCode auditor_url_hash;